chore(export): rename html::Escape to HtmlEscape
This commit is contained in:
parent
fffadac04d
commit
8e3f3b333e
2 changed files with 18 additions and 14 deletions
|
|
@ -3,9 +3,9 @@
|
|||
mod html;
|
||||
mod org;
|
||||
|
||||
pub use html::{DefaultHtmlHandler, Escape as HtmlEscape, HtmlHandler};
|
||||
#[cfg(feature = "syntect")]
|
||||
pub use html::SyntectHtmlHandler;
|
||||
pub use html::{DefaultHtmlHandler, HtmlEscape, HtmlHandler};
|
||||
pub use org::{DefaultOrgHandler, OrgHandler};
|
||||
|
||||
use std::io::{Error, Write};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue