/multimarkdown_reader

A MultiMarkdown reader plugin for the Pelican static site generator

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

multimarkdown_reader

A MultiMarkdown reader plugin for the Pelican static site generator.

Based on code from pandoc_reader.

Requirements

MultiMarkdown in $PATH

Installation

Instructions on installing pelican plugins can be found in the pelican plugin manual.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request