Skip to content

fouber/fis-parser-marked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A parser for fis to compile markdown file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published