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
- Host: GitHub
- URL: https://github.com/othree/redmine_pandoc_formatter
- Owner: othree
- Created: 2015-06-03T02:25:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T08:39:33.000Z (over 9 years ago)
- Last Synced: 2024-10-14T13:05:58.536Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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).