Content is typed objects, not Markdown
A Markdown pipeline means a parser, a sanitiser, and a build step, and it moves content errors from compile time to render time. Typed content blocks give the compiler the chance to catch a malformed entry and keep the browser bundle free of a renderer it does not need. Inline markup is limited to bold, italic, code, and links — parsed into typed runs and rendered through template bindings, so authored content never reaches innerHTML.