mirror of https://github.com/vector-im/riot-web
Disable markdown line breaks
Stop combinations of - and _ turning into a line break.pull/21833/head
parent
5a548c3d12
commit
8cab40d987
|
@ -20,7 +20,7 @@ marked.setOptions({
|
|||
renderer: new marked.Renderer(),
|
||||
gfm: true,
|
||||
tables: true,
|
||||
breaks: true,
|
||||
breaks: false,
|
||||
pedantic: false,
|
||||
sanitize: true,
|
||||
smartLists: true,
|
||||
|
|
Loading…
Reference in New Issue