feat(config): define todo_keywords in tuple
This commit is contained in:
parent
3b646aa7a5
commit
2b8d2590ff
12 changed files with 111 additions and 96 deletions
|
|
@ -3,8 +3,8 @@
|
|||
pub mod html;
|
||||
pub mod org;
|
||||
|
||||
pub use html::*;
|
||||
pub use org::*;
|
||||
pub use html::{DefaultHtmlHandler, Escape as HtmlEscape, HtmlHandler};
|
||||
pub use org::{DefaultOrgHandler, OrgHandler};
|
||||
|
||||
use std::io::{Error, Write};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue