mirror of
https://github.com/mundimark/awesome-markdown.git
synced 2026-03-11 17:34:00 -05:00
21 lines
343 B
Markdown
21 lines
343 B
Markdown
# 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
|
|
```
|