Built Factories Pattern
At its core, a factory only needs a URL. In TypeScript we can rely on `import.meta.url` as the starting point for any operation.
Props Context Layering
**Purpose**: Enable isomorphic components to work seamlessly with React Server Components while maintaining a single, ergonomic API.
HAST (Hypertext Abstract Syntax Tree)New
HAST is the core data structure used throughout this package for syntax highlighting and markdown processing. Understanding HAST helps you work effectively with the docs infra.