Markdown Formatting Help: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
RangerMSP version 24 and up. | |||
Markdown can be used when writing knowledge base articles. <br> | Markdown can be used when writing knowledge base articles. <br> | ||
Markdown supports rich text editing.<br><br> | Markdown supports rich text editing.<br><br> | ||
Markdown in | Markdown in RangerMSP follows the popular markdown syntax suggested by by [https://daringfireball.net/projects/markdown John Gruber’s Daring Fireball].<br><br> | ||
Markdown is intended to be as easy-to-read and easy-to-write as is feasible.<br> | Markdown is intended to be as easy-to-read and easy-to-write as is feasible.<br> |
Latest revision as of 13:14, 8 July 2020
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).