chore(export): rename html::Escape to HtmlEscape

This commit is contained in:
PoiScript 2019-10-27 15:06:47 +08:00
parent fffadac04d
commit 8e3f3b333e
2 changed files with 18 additions and 14 deletions

View file

@ -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};