refactor(org): store content in separate Vec
This commit is contained in:
parent
50f6b9f52a
commit
3e82172dfe
14 changed files with 520 additions and 573 deletions
|
|
@ -1,3 +1,5 @@
|
|||
pub mod html;
|
||||
pub mod org;
|
||||
|
||||
pub use html::{DefaultHtmlHandler, HtmlHandler};
|
||||
pub use org::{DefaultOrgHandler, OrgHandler};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue