Examples of Supported Markup

This is a test article showing the various types of markup supported on my static site generator.

Behind the scenes I am using Markdown, Evernote and Clojure.

You can find more about the details and motivations of this site on it's article page.


Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Lists

Unordered lists:

  • one
  • two
  • three

Ordered lists:

  1. one
  2. two
  3. three

Code Blocks

javascript:

var i = 1;
function count() { return i; }

Clojure:

(defn -main
  [& args]
  (println "Hello World!"))

Links

Linking to various places.

You can also do reference style links!


Images

Alt text