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
With text value set to \n and markdown ranges set to [{ type: "pre", start: 0, length: 1 }] there's no visible styling. Adding another new line and extending the range, second line is styled correctly.
Context: I'm implementing a WYSIWYG rich text editor on top of live-markdown and when toggling code block there's no visual indication if it's the first line. Once the user starts typing styling is applied correctly, so this isn't a blocker.