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/html_flow.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/construct/html_flow.rs') diff --git a/src/construct/html_flow.rs b/src/construct/html_flow.rs index d5937c5..0af9e3c 100644 --- a/src/construct/html_flow.rs +++ b/src/construct/html_flow.rs @@ -80,6 +80,12 @@ //! We *can* interrupt and don’t have to care too much about it being //! well-formed. //! +//! ## Tokens +//! +//! * [`HtmlFlow`][TokenType::HtmlFlow] +//! * [`HtmlFlowData`][TokenType::HtmlFlowData] +//! * [`LineEnding`][TokenType::LineEnding] +//! //! ## References //! //! * [`html-flow.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/html-flow.js) -- cgit