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
Line 6: Line 6:
!Markdown syntax
!Markdown syntax
!Result  
!Result  
!Keyboard shortcut*
!Windows client keyboard shortcut
(* in Windows client)
|-  
|-  
|**This text will be bold**
|**This text is bold**


|'''This text will be bold'''
|'''This text is bold'''


|CTRL+B
|CTRL+B
|-
|-
|**This text will be italic**
|**This text is italic**
|''This text will be italic''
|''This text is italic''
|CTRL+I
|CTRL+I
|-
|-
Line 39: Line 38:
* List Item1
* List Item1
* List Item2
* List Item2
**Item intended by 4 spaces
**Item intended using 4 leading spaces
**This item is also intended  
**This item is also intended  
*List Item3
*List Item3

Revision as of 10:07, 27 November 2019

---Work in Progress---


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 by 4 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