aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/text.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/content/text.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/content/text.rs b/src/content/text.rs
index ecb6ae1..cf630f1 100644
--- a/src/content/text.rs
+++ b/src/content/text.rs
@@ -8,15 +8,15 @@
//!
//! * [Attention][crate::construct::attention]
//! * [Autolink][crate::construct::autolink]
-//! * [HTML (text)][crate::construct::html_text]
+//! * [Character escape][crate::construct::character_escape]
+//! * [Character reference][crate::construct::character_reference]
+//! * [Code (text)][crate::construct::code_text]
//! * [Hard break (escape)][crate::construct::hard_break_escape]
//! * [Hard break (trailing)][crate::construct::hard_break_trailing]
-//! * [Code (text)][crate::construct::code_text]
+//! * [HTML (text)][crate::construct::html_text]
//! * [Label start (image)][crate::construct::label_start_image]
//! * [Label start (link)][crate::construct::label_start_link]
//! * [Label end][crate::construct::label_end]
-//! * [Character escape][crate::construct::character_escape]
-//! * [Character reference][crate::construct::character_reference]
use crate::construct::{
attention::start as attention, autolink::start as autolink,