# More ### SPIP syntax to Markdown [SPIP](http://spip.net) is an open source CMS - [spip2markdown](https://github.com/nhoizey/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 ```