misaka

Compile Markdown into HTML with Misaka instead of python-markdown

To install, run nikola plugin -i misaka

Compiler plugin to support markdown via Misaka.

More information about Misaka

Suggested Configuration:

# Add the misaka compiler to your COMPILERS dict.
COMPILERS["misaka"] = ('.md',)

# Add markdown files to your POSTS, PAGES
POSTS = POSTS + (("posts/*.md", "posts", "post.tmpl"),)
PAGES = PAGES + (("stories/*.md", "posts", "post.tmpl"),)

Requirements:

  • misaka (Python package)

Issues? Questions?

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