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 using the editor itself I am able to write the following: "This is atest" ("This is a" in bold, "is a test" in italic, and "is a" in bold italic). When inspecting and looking at the HTML elements that are generated I get the following:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the following tranformers:
The following props to import strings and format them into markdown:
And the following onBlur function to update an external state with the new markdown text:
When using the editor itself I am able to write the following: "This is a test" ("This is a" in bold, "is a test" in italic, and "is a" in bold italic). When inspecting and looking at the HTML elements that are generated I get the following:
Looking at the markdown output from my onBlur I get the following:
When bringing this markdown back into the editor at a later time, it is not formatted correctly. Can be tested the following way:
It will appear like this: This _is a test_ (The italic is lost). How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions