docs: fix some broken links
This commit is contained in:
parent
2b8d2590ff
commit
fffadac04d
3 changed files with 18 additions and 14 deletions
|
|
@ -1,9 +1,11 @@
|
|||
//! Export `Org` struct to various formats.
|
||||
|
||||
pub mod html;
|
||||
pub mod org;
|
||||
mod html;
|
||||
mod org;
|
||||
|
||||
pub use html::{DefaultHtmlHandler, Escape as HtmlEscape, HtmlHandler};
|
||||
#[cfg(feature = "syntect")]
|
||||
pub use html::SyntectHtmlHandler;
|
||||
pub use org::{DefaultOrgHandler, OrgHandler};
|
||||
|
||||
use std::io::{Error, Write};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue