mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Disable markdown line breaks
Stop combinations of - and _ turning into a line break.
This commit is contained in:
parent
5a548c3d12
commit
8cab40d987
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user