Imports md files located in /markdown. File contents can be accessed using the helper {{fr-markdown-file 'path/in/markdown/dir'}}
. This is primarily useful as a way to keep markdown in separate files when using markdown components such as ember-cli-showdown
{{markdown-to-html markdown=(fr-markdown-file 'test')}}
-
git clone
this repository npm install
bower install
ember server
- Visit your app at http://localhost:4200.
-
npm test
(Runsember try:testall
to test your addon against multiple Ember versions) ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.