Skip to content

Nested Markdown in HTML v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 19:31

Nested Markdown in HTML 0.1.0 — Alpha

First public alpha release.

Highlights

  • Render Markdown and MathJax inside supported raw HTML containers.
  • Works in both Live Preview and Reading View.
  • Keeps Obsidian-native [[wikilinks]], ![[embeds]], callouts, tables, and Markdown post-processors.
  • Supports nested HTML containers and multi-paragraph block HTML.
  • Click a rendered HTML range in Live Preview to reveal and edit the original source.
  • Conservative scanner ignores code fences, inline code, malformed/crossed HTML, and raw/executable elements.
  • Tested against a real Obsidian 1.12.7 Electron runtime, including Hilo interoperability.

Installation

Download main.js, manifest.json, and styles.css below and place them in:

<vault>/.obsidian/plugins/nested-markdown-html/

Then reload Obsidian and enable Nested Markdown in HTML under Community plugins.

This is alpha software. Back up important vaults and please report minimal reproducible rendering edge cases.