Markdown Formatting Help

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to: navigation, search

RangerMSP version 24 and up.

Markdown can be used when writing knowledge base articles.
Markdown supports rich text editing.

Markdown in RangerMSP follows the popular markdown syntax suggested by by John Gruber’s Daring Fireball.

Markdown is intended to be as easy-to-read and easy-to-write as is feasible.
Markdown consists of characters like asterisks, apostrophes, space and other which have a special function.
It also supports inline images, embed external links (URLs), link to your other knowledge base articles and more.

Below is a short summary of Markdown options.

For more detailed syntax please refer to Daring Fireball Markdown (opens in new window).

Markdown syntax Result Windows client keyboard shortcut
**This text is bold** This text is bold CTRL+B
**This text is italic** This text is 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 using 4 leading spaces
        * This item is also intended
* List Item3

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

##Header 2

###Header 3

####Header 4

####Header 5

Markdown header sample.png
--- Horizontal line