An open API service indexing awesome lists of open source software.

https://github.com/othree/mt-commonmark

MOVABLETYPE CommonMark Text Format
https://github.com/othree/mt-commonmark

commonmark markdown movabletype

Last synced: about 1 month ago
JSON representation

MOVABLETYPE CommonMark Text Format

Awesome Lists containing this project

README

          

# MT-CommonMark

[MOVABLETYPE][1] [CommonMark][2] text format

## Dependency

* [CommonMark Perl][3] Implmentation
* [cmark][4]

## Installation

1. Install cmark lib
2. Install `CommonMark` by CPAN (or other tool)
3. Move `Commonmark` directory to `/path/to/mt/plugins/`

[1]:https://movabletype.org/
[2]:http://commonmark.org/
[3]:https://github.com/nwellnhof/perl-commonmark
[4]:https://github.com/jgm/CommonMark