diff options
Diffstat (limited to '')
-rw-r--r-- | src/construct/paragraph.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/construct/paragraph.rs b/src/construct/paragraph.rs index b7ab919..8cd8d36 100644 --- a/src/construct/paragraph.rs +++ b/src/construct/paragraph.rs @@ -17,6 +17,10 @@ //! The paragraph is interpreted as the [text][] content type. //! That means that [autolinks][autolink], [code (text)][code_text], etc are allowed. //! +//! ## Tokens +//! +//! * [`Paragraph`][TokenType::Paragraph] +//! //! ## References //! //! * [`content.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/content.js) |