Markdown Markup Help

Help for the Markdown markup engine.

Inline Markup

*Italic Text*

Italic Text

_Italic Text 2_

Italic Text 2

**Bold Text**

Bold Text

__Bold Text 2__  

Bold Text 2


Literal Text

Literal text is achieved with the \ character. It can be used to give literal instances of the following characters:

  • \ backslash
  • ` backtick
  • * asterisk
  • _ underscore
  • {} curly braces
  • [] square braces
  • () parentheses
  • # hash mark
  • + plus sign
  • - hyphen/minus sign
  • . dot/period
  • ! exclamation point

Headings

### Level 3

Level 3

#### Level 4

Level 4

##### Level 5
Level 5
###### Level 6
Level 6

Lists

Un-ordered Lists

* One  
* Two  
 * Two point 1
 * Two point 2
* Three  
  • One
  • Two
    • Two point 1
    • Two point 2
  • Three

    + One
    + Two
    + Three

  • One

  • Two
  • Three

    - One
    - Two
    - Three

  • One

  • Two
  • Three

Ordered and Mixed Lists

1. One  
 23. 1.a  
 24. 1.b  
17. Two  
 * Two point 1  
 * Two point 2  
5. Three  
  1. One
    1. 1.a
    2. 1.b
  2. Two
    • Two point 1
    • Two point 2
  3. Three

URLs

[Hall of Kvasir](http://www.hallofkvasir.org/)
[Blog](/h/index.html)
[site admin](mailto:system@hallofkvasir.org)

Hall of Kvasir
Blog
site admin


Images

![Hall of Kvasir](http://www.hallofkvasir.org/h/images/hoklogo1.png)

Hall of Kvasir


Code Blocks

Coming Soon...

Page Updated: Fri, May. 15th 2:27 PM
Content Updated: Fri, May. 15th 2:27 PM by Greg McWhirter (gsmcwhirter)