SSEONDOCS Speak with an Expert

Example page

A sample Markdoc document used to smoke-test the renderer.

This page is written in Markdoc, a Markdown superset with a small tag syntax for custom components.

Code

import { render } from "./render.js";
const { html } = render("# Hello");

A list

  • Parse
  • Validate
  • Transform
  • Render