Create structure for inline source blocks.

This commit is contained in:
Tom Alexander
2023-07-21 22:29:04 -04:00
parent b323a407c4
commit e0d2bb8213
6 changed files with 69 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ mod greater_block;
mod greater_element;
mod horizontal_rule;
mod inline_babel_call;
mod inline_source_block;
mod keyword;
mod latex_environment;
mod latex_fragment;
@@ -83,6 +84,7 @@ pub use object::Entity;
pub use object::ExportSnippet;
pub use object::FootnoteReference;
pub use object::InlineBabelCall;
pub use object::InlineSourceBlock;
pub use object::Italic;
pub use object::LatexFragment;
pub use object::Object;