Create structure for plain links.
All checks were successful
organic-test Build organic-test has succeeded

This commit is contained in:
Tom Alexander
2023-07-13 18:18:07 -04:00
parent 357b6f25b7
commit dcec5c490a
5 changed files with 53 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ mod object_parser;
mod paragraph;
mod parser_context;
mod parser_with_context;
mod plain_link;
mod plain_list;
mod plain_text;
mod planning;
@@ -67,6 +68,7 @@ pub use object::Bold;
pub use object::Code;
pub use object::Italic;
pub use object::Object;
pub use object::PlainLink;
pub use object::PlainText;
pub use object::RadioLink;
pub use object::RadioTarget;