mirror of
https://github.com/mundimark/awesome-markdown.git
synced 2026-03-08 23:02:47 -05:00
343 B
343 B
More
SPIP syntax to Markdown
SPIP is an open source CMS
- spip2markdown - convert SPIP syntax to Markdown
Command Line Tool Examples
$ pandoc file.html -o file.md
$ kramdown --input html --output kramdown file.html > file.md