Skip to content

tmor/pandoc-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples of Pandoc

Requirements:

Backlog

Docs:

Examples

Markdown to backlog wiki

cat markdown/example.md \
| pandoc -f gfm -t backlog/backlog.lua > example.backlog

Redmine

Docs:

Examples

Redmine wiki(textile) to Markdown

pandoc -f textile -s redmine/example.textile -t gfm -o example.md

Markdown to Redmine wiki(textile)

pandoc -f gfm -s markdown/example.md -t textile -o example.textile

About

Examples of pandoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages