erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.74k stars 1.12k forks source link

Styles underlined as bold #687

Closed staticvoidzach closed 5 years ago

staticvoidzach commented 5 years ago

If I do __text__ it comes out as bold, but I'd like it to come out underlined. How do I do this?

elricli commented 5 years ago

You can \_\_text\_\_ image