A Full MarkDown Test
Ghost Writer • •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:
and this is an example of a small image:
h3: Lists
Unordered list:
- item f
- item c
- item d
Ordered list:
- first
- second
- third
Nested unordered list:
- unordered item
- sub-item
- another sub-item
- unordered item
Nested ordered list:
- first item
- first sub-item
- second sub-item
- second item
Mixed unordered list:
- unordered item
- Ordered sub-item
- Ordered sub-item
- unordered item
- unordered item
Mixed ordered list:
- first item
- unordered sub-item
- unordered sub-item
- 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.