Markdown Formatting Help: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
---Work in Progress---


RangerMSP version 24 and up.
Markdown can be used when writing knowledge base articles. <br>
Markdown supports rich text editing.<br><br>
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 consists of characters like asterisks, apostrophes, space and other which have a special function.<br>
It also supports inline images, embed external links (URLs), link to your other knowledge base articles and more. <br><br>
Below is a short summary of Markdown options.
For more detailed syntax please refer to [https://daringfireball.net/projects/markdown/ Daring Fireball Markdown] (opens in new window).


{|class="wikitable"  
{|class="wikitable"  
!Markdown syntax
!Markdown syntax
!Result  
!Result  
Line 31: Line 43:
<nowiki> * List Item2 </nowiki><br>
<nowiki> * List Item2 </nowiki><br>


<nowiki>&nbsp;  &nbsp;  &nbsp;  &nbsp;    * Item intended by 4 spaces</nowiki><br>
<nowiki>&nbsp;  &nbsp;  &nbsp;  &nbsp;    * Item intended using 4 leading spaces </nowiki><br>
<nowiki>&nbsp;  &nbsp;  &nbsp;  &nbsp;    * This item is also intended </nowiki><br>
<nowiki>&nbsp;  &nbsp;  &nbsp;  &nbsp;    * This item is also intended </nowiki><br>
<nowiki> * List Item3 </nowiki>
<nowiki> * List Item3 </nowiki>

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).

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

--- Horizontal line