New notes
This commit is contained in:
18
Pandoc Conversions.md
Normal file
18
Pandoc Conversions.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Pandoc Conversions
|
||||
|
||||
## Markdown to Confluence
|
||||
|
||||
```
|
||||
pandoc -f gfm -w jira -o outfile.jira infile.md
|
||||
```
|
||||
|
||||
|
||||
## Markdown to TiddlyWiki
|
||||
|
||||
You need the lua script found in this [GitHub Repo - markdown to tiddlywiki](https://github.com/jeffrey4l/pandoc-addons).
|
||||
|
||||
|
||||
```
|
||||
pandoc -t md2tid.lua input.md -o output.tid
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user