From 82aca5003acba36a62b0032860af09f65c91ddae Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 14 Jun 2022 12:26:23 +0200 Subject: Add docs for html (text) --- src/content/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/text.rs') diff --git a/src/content/text.rs b/src/content/text.rs index 3db82f5..73c2d55 100644 --- a/src/content/text.rs +++ b/src/content/text.rs @@ -7,7 +7,7 @@ //! //! * [Autolink][crate::construct::autolink] //! * Attention -//! * [HTML (text)][crate::construct::html-text] +//! * [HTML (text)][crate::construct::html_text] //! * Hard break escape //! * Code (text) //! * Line ending -- cgit