Documentation
¶
Overview ¶
package build handles the generation of the site's rendered markdown files.
From the filesystem, a markdown is file is loaded into a markup struct that contains an abstract syntax tree (struct ast) and the source code.
The ast is generated by walking recursively through the documents treesitter grammar and then using the range of each element to extract its string contents. Take a look at `example/test-ast.json` for an example of the generated ast.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.