TIL you can escape Markdown with \. For example, if you’re starting a line with # but don‘t want it to render as a heading, you can use \#. (I ran into this using a comment in a non-fenced Ruby snippet.)
TIL you can escape Markdown with \. For example, if you’re starting a line with # but don‘t want it to render as a heading, you can use \#. (I ran into this using a comment in a non-fenced Ruby snippet.)