broccoli-markdown

A Broccoli plugin for converting Markdown files to HTML

Usage no npm install needed!

<script type="module">
  import broccoliMarkdown from 'https://cdn.skypack.dev/broccoli-markdown';
</script>

README

broccoli-markdown

Ember CLI/Broccoli plugin for writing Handlebars templates as Markdown.

Usage

To use in an Ember CLI project, run:

ember install broccoli-markdown

Any files in your app/templates directory with the .md extension will be treated as Markdown and compiled to HTML before being passed to the Handlebars compiler.