A Backbone.js extension to automatically load Markdown pages in views
This version is expecting these libraries already loaded:
Future version may deprecate the need of the APP()
Using Bower:
bower install backbone.markdown
There's a blueprint view you can use and extend:
var MyView = APP.Views.Markdown.extend({
// custom code
});
var view = new MyView();
- mdRoot: (string) defining the location of the markdown files
Initiated by Makis Tracend ( @tracend )
Distributed through Makesites.org
Released under the MIT license