Catagorized Notes

Renamed notes to fit categories and be easier to find later: blog, config, howto
This commit is contained in:
2023-04-28 10:31:11 -04:00
parent ccadd25693
commit 65c434952a
33 changed files with 89 additions and 211 deletions

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
```