kramdown

Compile kramdown into HTML

To install, run nikola plugin -i kramdown

Compiler plugin to support the kramdown markup.

More information about kramdown

kramdown offers a super-set of the markdown syntax.

It has particularly nice table-generating syntax.

Suggested Configuration:

# Add kramdown to your compilers dict:
COMPILERS["kramdown"] = ['.kd']

# Add kramdown files to your POSTS, PAGES
POSTS = POSTS + (("posts/*.kd", "posts", "post.tmpl"),)
PAGES = PAGES + (("pages/*.kd", "pages", "page.tmpl"),)

Requirements:

Issues? Questions?

You can report issues with this plugin and request help via GitHub Issues.