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
Description
Markdown such as ***bold****italic* is interpreted as bold**italic where bold and italic is applied to the whole string instead of the correct interpretation where the first part is bolded and the second is italic like so: bolditalic
Add the following text to the preview: ***bold****italic*
Note that the latter part is ignored, unless a space is input between the tags. This is not exactly the issue we're having, but I think it relates to our issue, where combostyles are interpreted wrong.
Expectation
That the above input would produce bolditalic
Environment
Slate Version: 0.110.2
Operating System: Bug noticed on macOS Sequoia
Browser: At least Chrome and Safari
Context
Unfortunately I can't share our code, but if you have a problem reproducing this, I can try and find time to make a minimal project where this happens.
The text was updated successfully, but these errors were encountered:
Description
Markdown such as
***bold****italic*
is interpreted asbold**italic
where bold and italic is applied to the whole string instead of the correct interpretation where the first part is bolded and the second is italic like so: bolditalicScreenshot
Sandbox
https://www.slatejs.org/examples/markdown-preview
Steps
To reproduce the behavior:
***bold****italic*
Expectation
That the above input would produce bolditalic
Environment
Context
Unfortunately I can't share our code, but if you have a problem reproducing this, I can try and find time to make a minimal project where this happens.
The text was updated successfully, but these errors were encountered: