Releases: JoeChen2me/obsidian-nested-markdown-renderer
Releases · JoeChen2me/obsidian-nested-markdown-renderer
Release list
0.2.1
CSS and layout maintenance release.
Improvements
- Preserve Obsidian's native CodeMirror list indentation by replacing only table content instead of the entire source line.
- Remove all plugin
text-indentoverrides and!importantdeclarations. - Remove the broad
:has()selector to avoid unnecessary style invalidation. - Preserve table layout, nested indentation, source reveal, and callout rendering behavior.
Compatibility
- Obsidian 1.12.7 or later.
- Desktop only.
Install from the Obsidian Community directory by searching for Nested Markdown Renderer or opening Add to Obsidian.
0.2.0
Initial public beta of Nested Markdown Renderer.
Highlights
- Renders GFM tables nested inside list items as semantic HTML tables in Live Preview.
- Supports optional outer pipes, escaped pipes, alignment markers, and single-column tables.
- Repairs indented callouts that Obsidian otherwise displays as code blocks.
- Reveals the original Markdown when a rendered table is clicked or the cursor enters it.
- Never rewrites note content and makes no network requests.
Compatibility
- Obsidian 1.12.7 or later.
- Desktop only for this initial release.
Install from the Obsidian Community directory by searching for Nested Markdown Renderer or opening Add to Obsidian. BRAT and manual installation remain available as alternatives.