Skip to content

Commit

Permalink
Disable sanitize in markdown adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMoreGres committed Jan 17, 2017
1 parent e00415b commit 2e1024b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
tables: true,
breaks: false,
pedantic: false,
sanitize: true,
sanitize: false,
smartLists: true,
smartypants: false
});
Expand Down

0 comments on commit 2e1024b

Please sign in to comment.