From 912f91b2b35be6b0d05dd768d67599d76151bc5c Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 20 Jun 2022 11:58:48 +0200 Subject: Add docs to destination, label, title --- src/construct/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/construct/mod.rs') diff --git a/src/construct/mod.rs b/src/construct/mod.rs index fb79f68..a5e95bc 100644 --- a/src/construct/mod.rs +++ b/src/construct/mod.rs @@ -15,7 +15,7 @@ //! //! The following constructs are found in markdown: //! -//! * attention (strong, emphasis) (text) +//! * attention (strong, emphasis) //! * [autolink][] //! * [blank line][blank_line] //! * block quote -- cgit