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

§Variables

nodeTypes

List of node types made by mdast-util-mdx, which have to be passed through untouched from the mdast tree to the hast tree.

§Functions

compile

Compile MDX to JS.

compileSync

Synchronously compile MDX to JS.

createProcessor

Pipeline to:

evaluate

Evaluate MDX.

evaluateSync

Synchronously evaluate MDX.

run

Asynchronously run code.

runSync

Synchronously run code.

§Type Aliases

CompileOptions
EvaluateOptions
ProcessorOptions