Skip to main content
Module

x/dendron_exports/deps/unist.ts

Export your Dendron vault into SSG compatible markdown
Go to Latest
import * as dendronExports from "https://deno.land/x/dendron_exports@v0.1.2/deps/unist.ts";

Variables

Continue traversing as normal.

Stop traversing immediately.

Visit nodes.

Visit nodes, with ancestral information.

Interfaces

Information associated by the ecosystem with the node. Space is guaranteed to never be specified by unist or specifications implementing unist.

Nodes containing a value.

Syntactic units in unist syntax trees are called nodes.

Nodes containing other nodes.

One place in a source file.

Location of a node in a source file.

Type Aliases

Util for extracting type of Node.data