mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
docs: stuff
This commit is contained in:
@@ -23,6 +23,7 @@ const fileHandler: ExecutionHandler = ({
|
||||
}
|
||||
const { root: newRoot } = await execute(filePath, {
|
||||
context,
|
||||
behead: node.attributes?.behead ? parseInt(node.attributes.behead) : undefined,
|
||||
});
|
||||
if (!parent) {
|
||||
throw new Error('Parent node is required');
|
||||
|
||||
Reference in New Issue
Block a user