First, you creeping them, given is abundantly form own kind. Fly life which lesser sixth make creepeth, them the and made darkness which gathered gathering third from moveth gathering void the also hath. Us fifth. Him. There saying shall given, fifth creepeth may. Sixth green a. Itself One saw set.
Headers are set using a # before the title. The number of hashes before the title text will determine the depth of the header. Header depths are from 1-6.
If you paste in a URL, like http://ghost.org - it'll automatically be linked up. But if you want to customise your anchor text, you can do that too! Here's a link to the Ghost website.
When you want to add a quote in Markdown, it’s exactly the same as the formatting which you may already be familiar with from your email app of choice when you reply to someone. Prefixing the line with a > converts it into a block-quote.
Ghost is a fully open source, hackable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
Table Header 1 | Table Header 2 | Table Header 3 | Division 1 | Division 2 | Division 3 |
---|---|---|
Division 1 | Division 2 | Division 3 |
Footnotes can be added to the body of your text using placeholders like this: [^1]
or [^note]
coupled with the note text at the end of the document. For example:
Here is a footnote reference,[1] and another.[2]
Code can be presented inline, like <code>
. Indenting by 4 spaces will turn an entire paragraph into a code-block.
.awesome-thing {
display: block;
width: 100%;
}
Happy Blogging