diff options
Diffstat (limited to '')
-rw-r--r-- | src/construct/code_indented.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/construct/code_indented.rs b/src/construct/code_indented.rs index 64956be..a0b543a 100644 --- a/src/construct/code_indented.rs +++ b/src/construct/code_indented.rs @@ -26,6 +26,13 @@ //! support for specifying the programming language that the code is in, so it //! is recommended to use that instead of indented code. //! +//! ## Tokens +//! +//! * [`CodeIndented`][TokenType::CodeIndented] +//! * [`CodeFlowChunk`][TokenType::CodeFlowChunk] +//! * [`LineEnding`][TokenType::LineEnding] +//! * [`Whitespace`][TokenType::Whitespace] +//! //! ## References //! //! * [`code-indented.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/code-indented.js) |