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
- Host: GitHub
- URL: https://github.com/othree/mt-commonmark
- Owner: othree
- License: mit
- Created: 2017-05-05T03:27:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T06:56:23.000Z (over 6 years ago)
- Last Synced: 2025-01-24T15:22:42.324Z (over 1 year ago)
- Topics: commonmark, markdown, movabletype
- Language: Perl
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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