Markdown Help

  • For a line break, you must end the previous line with two spaces.
  • When pasting a chunk of code, wrap it in four tildes ~~~~

    ~~~~
    code goes here
    ~~~~
  • To quote, start it with a right arrow >

    >Here's a quote
  • To do unordered lists, just start the line with a [space] [hyphen] [space]

    - list 1
       - sub list 1
       - sub list 2
    - list 2
    - list 3
  • To do ordered lists, just start the line with a [space] [number 1] [space]

    1. list 1
        1. sub list 1
        1. sub list 2
    1. list 2
    1. list 3
  • For inline code use backticks

    `inline code`
  • For emphasis use single asterisks around the word

    *italic*
  • For strong use double asterisks around the word

    **bold**
  • For strong emphasis use triple asterisks around the word

    ***bold and italic***
  • For line breaks use triple dash

    ---
  • For titles use #

    #This is a title
  • To strike out text use -!- around the words

    -!- This text is striked out -!-

You can find more tips here https://michelf.ca/projects/php-markdown/extra/