Markdown - HermesMessenger/Hermes GitHub Wiki
This page defines the different Markdown options available in Hermes Messenger
- Bold:
**TEXT**-> TEXT - Italics:
*TEXT*-> TEXT - Strikethrough:
~TEXT~->TEXT - Code block:
`TEXT`->TEXT - Link:
[TEXT](http://PAGE.TO.LINK)-> TEXT - Spoiler:
||TEXT||-> (In github you can't hide text, but it would be hidden until you click on it)
There are also explicit links:
http://page.to.link -> http://page.to.link