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 8: Line 8:
!Keyboard shortcut*
!Keyboard shortcut*
(* in Windows client)
(* in Windows client)
|-
|-  
|style="padding:50px"|**This text will be bold**
|**This text will be bold**
 
|'''This text will be bold'''
|'''This text will be bold'''
|CTRL+B
|CTRL+B
|-
|-

Revision as of 09:59, 27 November 2019

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