This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| blog:2020:04:28:vim-ale-pandoc [2020-11-08] – dcai | blog:2020:04:28:vim-ale-pandoc [2020-11-10] (current) – dcai | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| - | 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 10: | 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: | ||