diff --git a/public/scripts/templates/formatting.html b/public/scripts/templates/formatting.html index 4b562fdab..df6d405ab 100644 --- a/public/scripts/templates/formatting.html +++ b/public/scripts/templates/formatting.html @@ -3,6 +3,14 @@ Text formatting commands:
  • *text* - displays as italics
  • **text** - displays as bold
  • ***text*** - displays as bold italics
  • +
  • __text__ - displays as an underline
  • +
  • ~~text~~ - displays as strikethrough
  • +
  • [text](url) - displays as a hyperlink
  • +
  • ![text](url) - displays as an image
  • +
  • ^text^ - displays as a superscript
  • +
  • ,,text,, - displays as a subscript
  • +
  • ^^text^^ - displays as a highlight
  • +
  • ==text== - displays as monospace
  • ```text``` - displays as a code block (new lines allowed between the backticks)
  •  like this