Markdown Formatting Help: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
(Created page with "---Work in Progress---")
 
No edit summary
Line 1: Line 1:
---Work in Progress---
---Work in Progress---
{|class="wikitable"
!Markdown syntax
!Result
!Keyboard shortcut*
(* in Windows client)
|-
|style="padding:50px"|**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
|
|-
|<nowiki>* List Item1</nowiki> <br>
<nowiki> * List Item2 </nowiki><br>
<nowiki>&nbsp;  &nbsp;  &nbsp;  &nbsp;    * Item intended by 4 spaces</nowiki><br>
<nowiki>&nbsp;  &nbsp;  &nbsp;  &nbsp;    * This item is also intended </nowiki><br>
<nowiki> * List Item3 </nowiki>
|
* List Item1
* List Item2
**Item intended by 4 spaces
**This item is also intended
*List Item3
|
|-
|<nowiki>#Header 1</nowiki>
<nowiki>##Header 2</nowiki>
<nowiki>###Header 3</nowiki>
<nowiki>####Header 4</nowiki>
<nowiki>####Header 5</nowiki>
|[[File:Markdown_header_sample.png]]
|
|-
|<nowiki>---</nowiki>
|Horizontal line
|
|}

Revision as of 09:57, 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