diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-30 11:46:43 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-30 11:46:43 +0200 |
commit | 90889ac38dee7b3ad3c9b6c8b3e5aeb66e8b5846 (patch) | |
tree | b8cbfc1c43f23c7f1fa1367bcbeaeedbbbe18ef0 /src/content/text.rs | |
parent | 70ed10c131883553582a6dfce7f07eba6c1387fc (diff) | |
download | markdown-rs-90889ac38dee7b3ad3c9b6c8b3e5aeb66e8b5846.tar.gz markdown-rs-90889ac38dee7b3ad3c9b6c8b3e5aeb66e8b5846.tar.bz2 markdown-rs-90889ac38dee7b3ad3c9b6c8b3e5aeb66e8b5846.zip |
Refactor some docs, fix some grammar
Diffstat (limited to 'src/content/text.rs')
-rw-r--r-- | src/content/text.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/content/text.rs b/src/content/text.rs index 5718617..183072e 100644 --- a/src/content/text.rs +++ b/src/content/text.rs @@ -11,8 +11,9 @@ //! * [Hard break (escape)][crate::construct::hard_break_escape] //! * [Hard break (trailing)][crate::construct::hard_break_trailing] //! * [Code (text)][crate::construct::code_text] -//! * Label start (image) -//! * Label start (link) +//! * [Label start (image)][crate::construct::label_start_image] +//! * [Label start (link)][crate::construct::label_start_link] +//! * [Label end][crate::construct::label_end] //! * [Character escape][crate::construct::character_escape] //! * [Character reference][crate::construct::character_reference] |