Simply put, I ran across an error today when I tried to open Obsidian.
"Failed to load . CodeMirror.multiplexingMode is not a function".
I was able to open the note in an external text editor and tried piecing things back together and found that the page broke when I used "aspx" as a syntax highlighting block. if I edit the .md manually and remove "aspx" from the note it loads normally in Obsidian.
Steps to recreate:
start a new note
create a code block with ```. (code text doesn't really matter).
Close obsidian and reopen. note should be fine.
add aspx to the code block heading for highlighting
close Obsidian and reopen. error should pop up and nothing in the note is opened.
Simply put, I ran across an error today when I tried to open Obsidian. "Failed to load. CodeMirror.multiplexingMode is not a function".
I was able to open the note in an external text editor and tried piecing things back together and found that the page broke when I used "aspx" as a syntax highlighting block. if I edit the .md manually and remove "aspx" from the note it loads normally in Obsidian.
Steps to recreate: