mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
Merge 56e21f4e0e1a2b35bec650dbbccfd664904a99e8 into e32fe3f91c2d45f27f72a3662133b1c0e1a5bda1
This commit is contained in:
commit
d404a07cd8
@ -13424,7 +13424,6 @@ inline.gfm = merge({}, inline.normal, {
|
||||
*/
|
||||
|
||||
inline.breaks = merge({}, inline.gfm, {
|
||||
br: replace(inline.br)('{2,}', '*')(),
|
||||
text: replace(inline.gfm.text)('{2,}', '*')()
|
||||
});
|
||||
|
||||
|
@ -13423,7 +13423,6 @@ inline.gfm = merge({}, inline.normal, {
|
||||
*/
|
||||
|
||||
inline.breaks = merge({}, inline.gfm, {
|
||||
br: replace(inline.br)('{2,}', '*')(),
|
||||
text: replace(inline.gfm.text)('{2,}', '*')()
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user