bbcode

Compile BBCode into HTML

To install, run nikola plugin -i bbcode

Compiler plugin to support the bbcode markup.

More information about bbcode

Suggested Configuration:

# Add the bbcode compiler to your COMPILERS dict.
COMPILERS["bbcode"] = ['.bb']

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

Requirements:

  • bbcode (Python package)

Issues? Questions?

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