Pārlūkot izejas kodu

Use underscores for em text in Rich editor

This fixes an issue where mixing strong and em text caused the text
to not render correctly as a post (e.g. *This is **bold text**.*
would fail).
pull/506/head
Matt Baer pirms 2 gadiem
vecāks
revīzija
a2f9642238
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      prose/markdownSerializer.js

+ 2
- 2
prose/markdownSerializer.js Parādīt failu

@@ -92,8 +92,8 @@ export const writeFreelyMarkdownSerializer = new MarkdownSerializer(
}, },
{ {
em: { em: {
open: "*",
close: "*",
open: "_",
close: "_",
mixable: true, mixable: true,
expelEnclosingWhitespace: true, expelEnclosingWhitespace: true,
}, },


Notiek ielāde…
Atcelt
Saglabāt