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
If the initial markdown text contains bare links (as plain text, i.e. not formatted in []()), then these links are getting cleared and not visible in the editor.
For example, RichTextState.setMarkdownText("Before https://www.google.com after") will result in just "Before after" getting displayed, with the link being lost.
Edit: the same happens if the initial text contains just "www.", even without "https://", e.g. "www.google.com"
The text was updated successfully, but these errors were encountered:
By the way, is there currently a way to disable encoding-decoding of links completely? If I want to treat them as just plain text (including formatted links [text](url))
If the initial markdown text contains bare links (as plain text, i.e. not formatted in
[]()
), then these links are getting cleared and not visible in the editor.For example,
RichTextState.setMarkdownText("Before https://www.google.com after")
will result in just "Before after" getting displayed, with the link being lost.Edit: the same happens if the initial text contains just "www.", even without "https://", e.g. "www.google.com"
The text was updated successfully, but these errors were encountered: