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
Editor throws error Parsing of the following markdown structure failed: {"type":"code","name":"N/A"}. when adding a non-existing language code block in the source view OR after modifying source after creating a codeblock in editor view.
IMO it should just allow a similar behavior as when we are doing in the editor: create a block with the "default" language or to a "no language / text" block.
The option 1 case might also be confusing for users as they are allowed to misspell the language in editor view, but it will break later if/when the modify the source
"@mdxeditor/editor": "^3.4.0",
Editor throws error
Parsing of the following markdown structure failed: {"type":"code","name":"N/A"}.
when adding a non-existing language code block in the source view OR after modifying source after creating a codeblock in editor view.This seems to be related to #423
Steps to reproduce:
Option 1:
Option 2:
The text was updated successfully, but these errors were encountered: