diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-14 12:26:23 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-14 12:26:23 +0200 |
commit | 82aca5003acba36a62b0032860af09f65c91ddae (patch) | |
tree | 97b3153efd27f838731ac57e580e23739455a9dd /src/content/text.rs | |
parent | ef644f4def7d5cad3fb5307ec5e00fc7b0b025ff (diff) | |
download | markdown-rs-82aca5003acba36a62b0032860af09f65c91ddae.tar.gz markdown-rs-82aca5003acba36a62b0032860af09f65c91ddae.tar.bz2 markdown-rs-82aca5003acba36a62b0032860af09f65c91ddae.zip |
Add docs for html (text)
Diffstat (limited to 'src/content/text.rs')
-rw-r--r-- | src/content/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |