Disable markdown line breaks

Stop combinations of - and _ turning into a line break.
This commit is contained in:
Remi Rampin 2016-09-12 17:51:59 -04:00 committed by GitHub
parent 5a548c3d12
commit 8cab40d987

View File

@ -20,7 +20,7 @@ marked.setOptions({
renderer: new marked.Renderer(), renderer: new marked.Renderer(),
gfm: true, gfm: true,
tables: true, tables: true,
breaks: true, breaks: false,
pedantic: false, pedantic: false,
sanitize: true, sanitize: true,
smartLists: true, smartLists: true,