Markdown Formatting Help

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Revision as of 09:59, 27 November 2019 by Dina (talk | contribs)
Jump to navigation Jump to search

---Work in Progress---


Markdown syntax Result Keyboard shortcut*

(* in Windows client)

**This text will be bold** This text will be bold CTRL+B
**This text will be italic** This text will be italic CTRL+I
***You can combine bold and italic*** You can combine bold and italic
`This is a code - fixed width text`
   This is a code - fixed width text
* List Item1

* List Item2

        * Item intended by 4 spaces
        * This item is also intended
* List Item3

  • List Item1
  • List Item2
    • Item intended by 4 spaces
    • This item is also intended
  • List Item3
#Header 1

##Header 2

###Header 3

####Header 4

####Header 5

--- Horizontal line