Whether you're posting on Reddit, Discord, or Github, there's only one way to add formatting: Markdown. If you want to add a link, bold some text, or even split text into paragraphs, you will need to ...
It can handle most HTML tags and anything that isn’t able to be converted to Markdown is passed through as HTML. The first phase of the process is parsing the input into a syntax tree. To parse a HTML ...