nnyj131 downloadsRenders markdown pipe tables that are indented inside list items.
Styles pipe tables nested inside list items in Obsidian live preview. Obsidian ignores indented tables, rendering them as plain text — this plugin makes them readable without changing the markdown.
Search "Indented Table" in Settings > Community plugins > Browse.
Manual: download main.js, manifest.json, styles.css from Releases into .obsidian/plugins/indented-table/.
Obsidian blocks widget and replace decorations from plugins. The plugin uses CM6 mark and line decorations with CSS: Decoration.line() for no-wrap and separator hiding, Decoration.mark() for header background, row borders, and pipe color, all scoped to table content width.
npm install
npm run build