зеркало из https://github.com/nextcloud/text.git
Use two spaces instead of backslash to indicate hard break in markdown
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
eda6538eb4
Коммит
4112068233
|
@ -79,6 +79,7 @@ const createMarkdownSerializer = ({ nodes, marks }) => {
|
|||
),
|
||||
serialize(content, options) {
|
||||
return this.serializer.serialize(content, { ...options, tightLists: true })
|
||||
.split('\\\n').join(' \n')
|
||||
.split('\\[').join('[')
|
||||
.split('\\]').join(']')
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче