aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/html_text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/construct/html_text.rs')
-rw-r--r--src/construct/html_text.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/construct/html_text.rs b/src/construct/html_text.rs
index c4d2353..18c5f9c 100644
--- a/src/construct/html_text.rs
+++ b/src/construct/html_text.rs
@@ -40,6 +40,11 @@
//! This is equivalent to <code>*emphasised* code</code>.
//! ```
//!
+//! ## Tokens
+//!
+//! * [`HtmlText`][TokenType::HtmlText]
+//! * [`HtmlTextData`][TokenType::HtmlTextData]
+//!
//! ## References
//!
//! * [`html-text.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/html-text.js)