Underline feature is not working with remark #1279
Labels
🙅 no/wontfix
This is not (enough of) an issue for this project
👎 phase/no
Post cannot or will not be acted on
Initial checklist
Problem
I am using the
"remark": "15.0.1"
version and I tried to display markdown content as follows.But underline feature is not working. I have tried
remark-underline
. Butremark-underline
requires remark v12. How can I do this?Solution
According to above example it shows as below.
Hello World
Hello World
Hello World
Hello Worldunderline is not working.
Alternatives
This can be achieved by
react-remark
package. But I want to know the way to do withremark
package.The text was updated successfully, but these errors were encountered: