aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/heading_setext.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/construct/heading_setext.rs')
-rw-r--r--src/construct/heading_setext.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/construct/heading_setext.rs b/src/construct/heading_setext.rs
index d9ff96c..924f840 100644
--- a/src/construct/heading_setext.rs
+++ b/src/construct/heading_setext.rs
@@ -36,6 +36,12 @@
//! > See [*ยง atx, the true structured text format* on `aaronsw.com`][atx] for
//! > more info.
//!
+//! ## Tokens
+//!
+//! * [`HeadingSetext`][TokenType::HeadingSetext]
+//! * [`HeadingSetextText`][TokenType::HeadingSetextText]
+//! * [`HeadingSetextUnderline`][TokenType::HeadingSetextUnderline]
+//!
//! ## References
//!
//! * [`setext-underline.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/setext-underline.js)