Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 747 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 747 Bytes

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