docs: fix some broken links
This commit is contained in:
parent
2b8d2590ff
commit
fffadac04d
3 changed files with 18 additions and 14 deletions
|
|
@ -9,7 +9,7 @@ use crate::export::write_datetime;
|
|||
/// A wrapper for escaping sensitive characters in html.
|
||||
///
|
||||
/// ```rust
|
||||
/// use orgize::export::html::Escape;
|
||||
/// use orgize::export::HtmlEscape as Escape;
|
||||
///
|
||||
/// assert_eq!(format!("{}", Escape("< < <")), "< < <");
|
||||
/// assert_eq!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue