Create a template for new element functions that will take in the affiliated keywords instead of re-parsing them multiple times.

This commit is contained in:
Tom Alexander
2023-10-12 15:47:06 -04:00
parent 176e37874e
commit a6f36ba679
5 changed files with 29 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ mod latex_environment;
mod latex_fragment;
mod lesser_block;
mod line_break;
mod macros;
mod object_parser;
mod org_macro;
mod org_source;