Create structure for inline babel calls.

This commit is contained in:
Tom Alexander
2023-07-21 19:53:02 -04:00
parent 1e2ea17a9c
commit eef2944307
5 changed files with 54 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ mod footnote_reference;
mod greater_block;
mod greater_element;
mod horizontal_rule;
mod inline_babel_call;
mod keyword;
mod latex_environment;
mod latex_fragment;
@@ -81,6 +82,7 @@ pub use object::Code;
pub use object::Entity;
pub use object::ExportSnippet;
pub use object::FootnoteReference;
pub use object::InlineBabelCall;
pub use object::Italic;
pub use object::LatexFragment;
pub use object::Object;