HTML Artifacts

Shell Site now compiles docs and blog content into sanitized HTML at build time. Markdown remains a valid authoring format, but the rendered artifact is HTML.

Why this page is HTML-first

This page is the native HTML pilot for the content pipeline. It exercises the same frontmatter, sanitization, heading, and layout path as Markdown content, without relying on a client-side Markdown renderer.

New content model

  • Markdown and HTML are both valid source formats.
  • Docs and blog entries are compiled at build time.
  • Pages render through a single sanitized HTML boundary.
  • Standalone artifacts live on a separate sandboxed lane.

Artifact lane

Rich standalone demos are intentionally separated from article content. Browse the first two examples here:

Security constraints

Article HTML is sanitized and script-free. Interactive or richer HTML belongs in a sandboxed artifact frame, not inline in the docs/blog surface.