You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When marking text as bold in WYSIWYG Mode and then line breaking after it, the text gets rendered correctly. But when switching to markdown mode and back, the text formatting breaks and the * are shown and the text isn't rendered correctly anymore. (In our implementation you can see the * are escaped with \)
Bug 2
When marking text as bold in WYSIWYG mode and then adding text behind it and marking it as regular text, the rendering breaks when switching to markdown mode and back to WYSIWYG mode.
The text was updated successfully, but these errors were encountered:
Hey, I found some bugs with the markdown mode.
Bug 1
When marking text as bold in
WYSIWYG
Mode and then line breaking after it, the text gets rendered correctly. But when switching tomarkdown mode
and back, the text formatting breaks and the*
are shown and the text isn't rendered correctly anymore. (In our implementation you can see the*
are escaped with\
)Bug 2
When marking text as bold in
WYSIWYG
mode and then adding text behind it and marking it asregular
text, the rendering breaks when switching tomarkdown mode
and back toWYSIWYG
mode.The text was updated successfully, but these errors were encountered: