Create a render ast node type.

This commit is contained in:
Tom Alexander
2023-10-29 15:36:15 -04:00
parent 645ae26701
commit b66ec507ef
74 changed files with 566 additions and 80 deletions

View File

@@ -10,5 +10,9 @@
{#.children}
{>document_element/}
{/.children}
{?.footnotes}
{>real_footnote_definition/}
{/.footnotes}
</div>
</div>

View File

@@ -0,0 +1 @@
<div><sup><a id="{.definition_id}" href="{.reference_link}">{.label}</a></sup><div>{#.contents}{>ast_node/}{/.contents}</div></div>