1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

Merge pull request #464 from remram44/remove-mdown-breaks

Remove markdown line breaks
This commit is contained in:
Matthew Hodgson
2016-09-13 13:11:18 +01:00
committed by GitHub

View File

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