This is a brand new post just waiting to be filled out by a willing author. Features abound, so in addition to staving off slate blankness, this post acts as a quick-start reference.
This entry is probably a bit on the short side for a table of
contents, but Chert makes it easy to add one like the one above.
Simply include [TOC]
in your entry, wherever you'd like the Contents
to appear. Also note that regardless of whether a table of contents is
generated, headings always link to themselves, making anchor retrieval
and navigation even more convenient.
Chert supports all the standard Markdown features, plus tables of contents, footnotes1, and definition lists:
Chert supports heading levels galore, with all headings anchor linked to themselves. Five levels of headings to keep your content company.
Finally, it's time for that very special and very ubiquitous code snippet, with highlighting provided by pygments:
# line highlighting is also supported def greet(name): print('Hello, %s!' % name) # Prints the greeting to sys.stdout greet('world')
Hello, world! And enjoy using Chert!
Footnotes can be great for citations or when you're tired of using parentheses. They are automatically placed at the bottom of the entry. ↩