Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fouber/fis-parser-marked
A parser for fis to compile markdown file.
https://github.com/fouber/fis-parser-marked
Last synced: 5 days ago
JSON representation
A parser for fis to compile markdown file.
- Host: GitHub
- URL: https://github.com/fouber/fis-parser-marked
- Owner: fouber
- License: mit
- Created: 2013-05-30T16:26:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T03:32:18.000Z (over 9 years ago)
- Last Synced: 2024-10-06T14:09:41.348Z (about 1 month ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fis-parser-marked
A parser plugin for fis to compile markdown file.
## usage
$ npm install -g fis-parser-marked
$ vi path/to/project/fis-conf.js```javascript
//use the `fis-parser-marked` plugin to parse *.md file
fis.config.set('modules.parser.md', 'marked');
//*.md will be released as *.html
fis.config.set('roadmap.ext.md', 'html');