Not-so-smart lsts in 'marked'.

This commit is contained in:
Daniel Rosenwasser
2015-08-12 19:02:06 -07:00
parent a1f7cb5659
commit 7192d685cb
+1 -1
View File
@@ -8,7 +8,7 @@ var options: MarkedOptions = {
breaks: false,
pedantic: false,
sanitize: true,
smartLsts: true,
smartLists: true,
silent: false,
highlight: function (code: string, lang: string) {
return '';