Table of contents

  1. Headings
  2. H1
    1. H2
      1. H3
        1. H4
          1. H5
            1. H6
  3. Paragraph
  4. Line break
  5. Bold
    1. The quarterly results look great!
  6. Quick Jekyll markdown references
    1. Header 2 (H1 is reserved for post titles)##
      1. Header 3
        1. Header 4

Headings

H1

H2

H3

H4

H5
H6

Paragraph

Here’s a paragraph.

Line break

Here’s another one
with a line break.

Bold

bold text bold also

Italic italic text
italic also

Dorothy followed her through many of the beautiful rooms in her castle.

The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

The quarterly results look great!

  • Revenue was off the chart.
  • Profits were higher than ever.

Everything is going according to plan.

http://www.example.com

Quick Jekyll markdown references

layout: post title: Markdown Style Guide —

This is a demo of all styled elements in Jekyll Now.

View the markdown used to create this post.

This is a paragraph, it’s surrounded by whitespace. Next up are some headers, they’re heavily influenced by GitHub’s markdown style.

Header 2 (H1 is reserved for post titles)##

Header 3

Header 4

A link to Jekyll Now. A big ass literal link http://github.com/barryclark/jekyll-now/

An image, located within /images

an image alt text

  • A bulletted list
  • alternative syntax 1
  • alternative syntax 2
    • an indented list item
  1. An
  2. ordered
  3. list

Inline markup styles:

  • italics
  • bold
  • code()

Blockquote

Nested Blockquote

Syntax highlighting can be used by wrapping your code in a liquid tag like so:

{% highlight javascript %}
/* Some pointless Javascript */ var rawr = [“r”, “a”, “w”, “r”]; {% endhighlight %}

creates…

/* Some pointless Javascript */
var rawr = ["r", "a", "w", "r"];

Use two trailing spaces
on the right
to create linebreak tags

Finally, horizontal lines



  • Here we can dispalying an index of all posts with following code snippets:

bold text
bold also

**bold text**  
__bold also__

And here is the result: