Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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');