New notes

This commit is contained in:
2023-04-26 09:36:49 -04:00
parent 5aba5188d7
commit e5bdf1648d
2 changed files with 58 additions and 0 deletions

18
Pandoc Conversions.md Normal file
View 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
```