ember-cli-remark-templates

0.0.2 • Public • Published

ember-cli-remark-templates

Let's you use markdown to write Ember.js templates.

Install

$ ember install ember-cli-remark-templates

Usage

Just name your templates .md

Syntax highlighting

{{ are escaped in code blocks.

javascript

let foo = {
  ok: true
};

handlebars

# ember-cli-remark-templates

{{outlet}}

{{#if foo}}
  is foo
{{else}}
  no foo
{{/if}}

Inline code

  • {{this}}
  • name: {{this}}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i ember-cli-remark-templates

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

99.9 kB

Total Files

9

Last publish

Collaborators

  • ampatspell