ember-cli-markdown-codefences v2.1.0
ember-cli-markdown-codefences
Information
Installation
ember install ember-cli-markdown-codefencesUsage
Markdown codefences will be tested by ember-cli-qunit or ember-cli-mocha automatically when you run ember test.
Configuration
ember-cli-markdown-codefences can be configured through the markdown-codefences key in your ember-cli-build.js file:
const app = new EmberApp(defaults, {
'markdown-codefences': {
testGenerator: 'ember-qunit',
},
});testGeneratoris automatically detected ifember-qunit/ember-cli-qunitorember-mocha/ember-cli-mochaare used, but can also be set toember-qunitandember-mochamanually.codeTransformsis automatically filled withjavascript,html,jsonandhandlebars.
Contribute
If you want to contribute to this addon, please read the CONTRIBUTING.md.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
