ember-cli-markdown-codefences

2.1.0 • Public • Published

ember-cli-markdown-codefences

Build Status GitHub version NPM version Dependency Status codecov Greenkeeper badge Ember Observer Score

Information

NPM

Installation

ember install ember-cli-markdown-codefences

Usage

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',
  },
});
  • testGenerator is automatically detected if ember-qunit/ember-cli-qunit or ember-mocha/ember-cli-mocha are used, but can also be set to ember-qunit and ember-mocha manually.

  • codeTransforms is automatically filled with javascript, html, json and handlebars.

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

/ember-cli-markdown-codefences/

    Package Sidebar

    Install

    npm i ember-cli-markdown-codefences

    Weekly Downloads

    3

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    19.2 kB

    Total Files

    21

    Last publish

    Collaborators

    • bbvaengineer