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
{{ message }}
This repository was archived by the owner on Jul 2, 2026. It is now read-only.
When using ~~*** or ***~~ to open and close a piece of text all three modifiers are applied correctly.
When using *~~** or **~~* to open and close a piece of text, only the most inner modifier is applied and the other characters are rendered as text.
However, given this sample: *~~**italicstrikebold** italicstric~~ italic* all modifiers are applied as expected.
When using
~~***or***~~to open and close a piece of text all three modifiers are applied correctly.When using
*~~**or**~~*to open and close a piece of text, only the most inner modifier is applied and the other characters are rendered as text.However, given this sample:
*~~**italicstrikebold** italicstric~~ italic*all modifiers are applied as expected.