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-09-02] – dcai | blog:2020:04:28:vim-ale-pandoc [2020-11-10] (current) – dcai | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Pandoc as a vim ale fixer ===== | ===== Pandoc as a vim ale fixer ===== | ||
| - | --- //[[d@tux.im|dcai]] 28 Apr 20// | + | --- //[[user:dcai|Dongsheng Cai]] 28 Apr 20// |
| - | Today I was trying to convert some markdown files to dokuwiki format with [[: | + | |
| + | Today I was trying to convert some markdown files to dokuwiki format with [[https:// | ||
| < | < | ||
| pandoc -f gfm -t gfm readme.md --columns=88 | pandoc -f gfm -t gfm readme.md --columns=88 | ||
| Line 9: | Line 10: | ||
| This could format the content and wrap line at column 88. | This could format the content and wrap line at column 88. | ||
| - | So I quickly hacked together [[https:// | + | So I quickly hacked together [[https:// |
| Some interesting findings today: | Some interesting findings today: | ||