aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/hard_break_escape.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/construct/hard_break_escape.rs')
-rw-r--r--src/construct/hard_break_escape.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/construct/hard_break_escape.rs b/src/construct/hard_break_escape.rs
index 51da953..4458ccb 100644
--- a/src/construct/hard_break_escape.rs
+++ b/src/construct/hard_break_escape.rs
@@ -23,6 +23,11 @@
//! Arbitrary characters can be escaped with
//! [character reference][character_reference]s.
//!
+//! ## Tokens
+//!
+//! * [`HardBreakEscape`][TokenType::HardBreakEscape]
+//! * [`HardBreakEscapeMarker`][TokenType::HardBreakEscapeMarker]
+//!
//! ## References
//!
//! * [`hard-break-escape.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/hard-break-escape.js)