fulky
Usage
Use it with Mocha
Run it with:
mocha --compilers md:fulky/md-compiler *.mdUse it with Jasmine
In your spec/support/jasmine.json configuration file, add:
{
"spec_dir": "spec",
"spec_files": [
"../*.md"
],
"helpers": [
"../node_modules/fulky/md-compiler.js"
]
}Then run it with:
jasmine