react-markdown - bold after slash

267 views Asked by At

So this does not work for me

<ReactMarkdown>{'**test/**test'}</ReactMarkdown>

However, this does

<ReactMarkdown>{'**test/test**test'}</ReactMarkdown>

It seems that the double asterisk doesn't work directly after /. Any ideas?

Thanks

0

There are 0 answers