Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

createProcessor

Pipeline to:

  1. Parse MDX (serialized markdown with embedded JSX, ESM, and expressions)
  2. Transform through remark (mdast), rehype (hast), and recma (esast)
  3. Serialize as JavaScript
function createProcessor(options?: ProcessorOptions | null | undefined): Processor;
§
createProcessor(options?: ProcessorOptions | null | undefined): Processor
[src]

§Parameters

§
options?: ProcessorOptions | null | undefined optional
[src]

§Return Type

§
Processor
[src]

Processor.