Remove sanitize from marked conf

This commit is contained in:
Roman Gotsiy 2015-11-04 22:57:58 +02:00
parent e4eec56dc9
commit ad47ce0788

View File

@ -10,7 +10,6 @@ marked.setOptions({
tables: true, tables: true,
breaks: false, breaks: false,
pedantic: false, pedantic: false,
sanitize: true,
smartLists: true, smartLists: true,
smartypants: false smartypants: false
}); });