Initial implementation of tutorial pages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
###
|
||||
Crafting Guide - underscore.coffee
|
||||
Crafting Guide - underscore_mixins.coffee
|
||||
|
||||
Copyright (c) 2014-2015 by Redwood Labs
|
||||
All rights reserved.
|
||||
@@ -7,6 +7,9 @@ All rights reserved.
|
||||
|
||||
_.mixin
|
||||
|
||||
parseMarkdown: (text)->
|
||||
return markdown.parse text, 'Maruku'
|
||||
|
||||
slugify: (text)->
|
||||
return null unless text?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user