stable

Clone or download

Read-only

request #20911: Conversion from HTML to Markdown does not work correctly with italic and bold text

Reproduction: 1. In a text field in the Markdown format enter the text `**Bold*Italic***` 2. Switch the format of the text field to HTML 3. Switch back to the Markdown format, you will get something like `**Bold_Italic_**` which does not render in the same way due to the way CommonMark content is rendered (see [0] for more details) [0] https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis Change-Id: I5633ac5efd6da844c45961353e6a282871c8e6b7

Modified Files

Name
M plugins/tracker/scripts/lib/rich-text-editor/src/RichTextEditorFactory.ts +1 −1 Go to diff View file
M src/scripts/codendi/RichTextEditor.js +1 −1 Go to diff View file