An open API service indexing awesome lists of open source software.

https://github.com/othree/redmine_pandoc_formatter

A redmine plugin for supporting Pandoc's Markdown as a wiki format
https://github.com/othree/redmine_pandoc_formatter

Last synced: over 1 year ago
JSON representation

A redmine plugin for supporting Pandoc's Markdown as a wiki format

Awesome Lists containing this project

README

          

# Redmine Pandoc Formatter

This is a redmine plugin for supporting [Pandoc's Markdown][pm] as a wiki format using [PandocRuby](http://rdoc.info/projects/autodata/pandoc-ruby) base on [alphabetum/redmine_restructuredtext_formatter][res]

[pm]:http://pandoc.org/README.html#pandocs-markdown
[res]:https://github.com/alphabetum/redmine_restructuredtext_formatter

## Installation

* Install [Pandoc](http://johnmacfarlane.net/pandoc/)
* gem install pandoc-ruby
* `git clone https://github.com/othree/redmine_pandoc_formatter.git plugins/redmine_pandoc_formatter`
* Add `pandoc-ruby` to Gemfile

gem "pandoc-ruby", "1.0.0"

* Restart Redmine

## Notes

This plugin was derived directly from Larry Baltz's [redmine\_markdown\_formatter](http://github.com/bitherder/redmine_markdown_formatter).