Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 730 Bytes

Readme.textile

File metadata and controls

16 lines (12 loc) · 730 Bytes

Textile Reader Plugin for Pelican

This plugin adds support for Textile markup via the textile egg on pypi .

Input files are similar in format to Markdown files, in that they start with the post metadata in “Key: value” pairs, one per line. However, the metadata is ended by a line containing only “--”, and then all that follows is the body content. If the separator line is missing then the whole file is assumed to be content.

Example Input File

Title: An Example Textile-formatted Input for Pelican
Date: 2013-08-12
Category: Plugins
Tags: textile, pelican
Author: Joey Coleman
----
p. Lorem ipsum dolor sit amet...