Skip to content

ampatspell/ember-cli-remark-templates

Repository files navigation

ember-cli-remark-templates

Lets 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}}

About

Lets you use markdown to write Ember.js templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published