How to add underline to ReactMarkdown?

the rich text field in Strapi uses markdown, I use react-markdown to convert the content in my front-end code, but the react-markdown lib doesn’t support underline, what should I do?

1 Like