textile
Compile Textile into HTML
To install, run nikola plugin -i textile
Compiler plugin to support the Textile markup.
More information about Textile
Suggested Configuration:
# Add the textile compiler to your COMPILERS dict. COMPILERS["textile"] = ('.txt',) # Add textile files to your POSTS, PAGES POSTS = POSTS + (("posts/*.txt", "posts", "post.tmpl"),) PAGES = PAGES + (("stories/*.txt", "posts", "post.tmpl"),)
Requirements:
- textile (Python package)
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.