You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

449 B

+++ title = "Dealing with underscores" date = 2017-07-21 tags = ["body"] draft = false +++

This underscore should appear escaped in Markdown: _

This underscore is in a verbatim block, so it should not be escaped: _

This underscore also shouldn't be escaped as it's in an emoji code: 🙌

And these ones should be eventually removed and underline the text (Requires CSS to do so.) -- Org syntax.