A Full MarkDown Test

Ghost Writer  •   •  style

This is a post that contains all of the standard markdown styles supported in ghost. See "A Full Style Test" for a comprehensive test of all HTML elements.

h1: Text Formatting

Here are some inline text styles: bold, italic, strike, code, highlight, and anchor with a little bit of trailing text followed by an hr element:


Here's an example of a block of code:

blockquote{  
    font-size: 1.125em;
    background: #f7f7f7;
    border-left: 0.5em solid #ededee;
    padding: 0.1em 1em;
}

also with a little bit of trailing text and then a blockquote

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris at placerat risus.

and some more trailing text.

h2: Images

This is an example of a large image:

a large image

and this is an example of a small image:

a small image

h3: Lists

Unordered list:

Ordered list:

  1. first
  2. second
  3. third

Nested unordered list:

Nested ordered list:

  1. first item
    1. first sub-item
    2. second sub-item
  2. second item

Mixed unordered list:

Mixed ordered list:

  1. first item
    • unordered sub-item
    • unordered sub-item
  2. second item

h4: Tables

Ghost doesn't support markdown tables, they're just rendered as text.

h5: Emoji

Ghost doesn't support emoji, that's github you're thinking of. :poop:

h6: That's All Folks

That's all of the markdown elements that ghost supports, below are stacked headings just in case you're into that sort of thing.

h1

h2

h3

h4

h5
h6