Jan Sandström540 downloadsDisable indented code blocks so tabs/spaces become normal indentation.
Disable indented code blocks so tabs/spaces become normal indentation in Live Preview.
Obsidian’s Markdown parser turns any line that starts with 4+ spaces or a tab into an indented code block. Instead of modifying the parser, this plugin rewrites the start of affected lines on edit:
The change is applied in the editor only, right after edits, so you can keep using Tab normally.
npm installnpm run buildnpm run devThis intentionally deviates from CommonMark by neutralizing indented code blocks.