How to style a markdown link?

This is my first project using Datocms.

I have a markdown look like this below. How to style a markdown link to make it looks a normal link?

The firm focuses on [personal injury](http://www.google.com), wrongful death

Thank you.

hello @Pai that depends on how you implement the rendering logic on your frontend, it’s not something to do with the CMS directly.

If you can give me more info on your frontend I can help you a bit more!

Hi @mat_jack1

Here is my query, not sure what front end you want to see. I use React Bootstrap for layouts. Thank you.

allDatoCmsWelcome {
edges {
node {
id
sectionTitle
info
button
}
}
}

yes, the style of the links is something that you should do in your React application, is not something that you can do with GraphQL, makes sense?