createProcessor
Pipeline to:
- Parse MDX (serialized markdown with embedded JSX, ESM, and expressions)
- Transform through remark (mdast), rehype (hast), and recma (esast)
- Serialize as JavaScript
§
createProcessor(options?: ProcessorOptions | null | undefined): Processor
[src]§Parameters
§
options?: ProcessorOptions | null | undefined optional
[src]