bbcode
Compile BBCode into HTML
To install, run nikola plugin -i bbcode
Compiler plugin to support the bbcode markup.
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 + (("stories/*.bb", "posts", "post.tmpl"),)
Requirements:
- bbcode (Python package)
- (Python package)
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.