Smartypants support, temporary branch switch

This commit is contained in:
Vit Brunner
2013-06-22 10:15:04 +01:00
parent f7dadb00c6
commit 7b2c8e7f35
3 changed files with 9 additions and 6 deletions
@@ -52,6 +52,9 @@ angular.module("sideBySide").factory("markdownReader", () ->
})
return content
marked.setOptions({
smartypants: true
})
lexed = marked.lexer(source)
meta = lexed.shift()
meta = readMeta(meta.text, new marked.InlineLexer(lexed.links))