This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blog:2020:04:28:vim-ale-pandoc [2020-04-29] – dcai | blog:2020:04:28:vim-ale-pandoc [2020-11-10] (current) – dcai | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Pandoc as a vim ale fixer ===== | ||
| + | --- // | ||
| + | |||
| + | |||
| + | Today I was trying to convert some markdown files to dokuwiki format with [[https:// | ||
| + | < | ||
| + | pandoc -f gfm -t gfm readme.md --columns=88 | ||
| + | </ | ||
| + | |||
| + | This could format the content and wrap line at column 88. | ||
| + | |||
| + | So I quickly hacked together [[https:// | ||
| + | |||
| + | Some interesting findings today: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ~~DISCUSSION~~ | ||