From 0fcfeaf05a95ea17763a72d91b6aa1c01843d067 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 22 Jun 2022 12:34:23 +0200 Subject: Add docs for token types --- src/construct/thematic_break.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/construct/thematic_break.rs') diff --git a/src/construct/thematic_break.rs b/src/construct/thematic_break.rs index a9e5732..f33f8f3 100644 --- a/src/construct/thematic_break.rs +++ b/src/construct/thematic_break.rs @@ -33,6 +33,11 @@ //! can look for asterisks to find syntax while not worrying about other //! characters. //! +//! ## Tokens +//! +//! * [`ThematicBreak`][TokenType::ThematicBreak] +//! * [`ThematicBreakSequence`][TokenType::ThematicBreakSequence] +//! //! ## References //! //! * [`thematic-break.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/thematic-break.js) -- cgit