Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 246 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 246 Bytes

A custom writer to output JIRA Wiki Markup

Pandoc allows for custom writers written in lua. This is a simple example of a writer that outputs JIRA Wiki Markup.

Use pandoc test.md --to jira.lua -o - to output the test file to your console.