Add templates for the ast nodes.

This commit is contained in:
Tom Alexander 2023-10-27 18:15:53 -04:00
parent 8a3b85d5fa
commit 67b60087af
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
58 changed files with 64 additions and 0 deletions

@ -0,0 +1 @@
angle_link

@ -0,0 +1 @@
babel_call

@ -7,5 +7,8 @@
{! TODO: Table of contents? !}
<div class="blog_post_body">
{#.children}
{>document_element/}
{/.children}
</div>
</div>

@ -0,0 +1 @@
bold

@ -0,0 +1 @@
center_block

@ -0,0 +1 @@
citation

@ -0,0 +1 @@
citation_reference

@ -0,0 +1 @@
clock

@ -0,0 +1 @@
code

@ -0,0 +1 @@
comment

@ -0,0 +1 @@
comment_block

@ -0,0 +1 @@
diary_sexp

@ -0,0 +1,5 @@
{@select key=.type}
{@eq value="heading"}{>heading/}{/eq}
{@eq value="section"}{>section/}{/eq}
{@none}{!TODO: make this panic!}ERROR: Unrecognized type {.type}.{/none}
{/select}

@ -0,0 +1 @@
drawer

@ -0,0 +1 @@
dynamic_block

@ -0,0 +1 @@
element

@ -0,0 +1 @@
entity

@ -0,0 +1 @@
example_block

@ -0,0 +1 @@
export_block

@ -0,0 +1 @@
export_snippet

@ -0,0 +1 @@
fixed_width_area

@ -0,0 +1 @@
footnote_definition

@ -0,0 +1 @@
footnote_reference

@ -0,0 +1 @@
global_settings

@ -0,0 +1 @@
heading

@ -0,0 +1 @@
horizontal_rule

@ -0,0 +1 @@
inline_babel_call

@ -0,0 +1 @@
inline_source_block

@ -0,0 +1 @@
italic

@ -0,0 +1 @@
keyword

@ -0,0 +1 @@
latex_environment

@ -0,0 +1 @@
latex_fragment

@ -0,0 +1 @@
line_break

@ -0,0 +1 @@
object

@ -0,0 +1 @@
org_macro

@ -0,0 +1 @@
paragraph

@ -0,0 +1 @@
plain_link

@ -0,0 +1 @@
plain_list

@ -0,0 +1 @@
plain_text

@ -0,0 +1 @@
planning

@ -0,0 +1 @@
property_drawer

@ -0,0 +1 @@
quote_block

@ -0,0 +1 @@
radio_link

@ -0,0 +1 @@
radio_target

@ -0,0 +1 @@
regular_link

@ -0,0 +1 @@
section

@ -0,0 +1 @@
special_block

@ -0,0 +1 @@
src_block

@ -0,0 +1 @@
statistics_cookie

@ -0,0 +1 @@
strike_through

@ -0,0 +1 @@
subscript

@ -0,0 +1 @@
superscript

@ -0,0 +1 @@
table

@ -0,0 +1 @@
target

@ -0,0 +1 @@
timestamp

@ -0,0 +1 @@
underline

@ -0,0 +1 @@
verbatim

@ -0,0 +1 @@
verse_block