diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-28 17:11:04 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-28 17:12:37 +0200 |
commit | 7bb1008f508f61b51dd80086a91ada347be36c68 (patch) | |
tree | 05a652df5d4230c756ed551df37fe3346a9447d5 /src/construct/label_end.rs | |
parent | 6e9447b5ec7f1823b7d08ed8f51eed23d3856cce (diff) | |
download | markdown-rs-7bb1008f508f61b51dd80086a91ada347be36c68.tar.gz markdown-rs-7bb1008f508f61b51dd80086a91ada347be36c68.tar.bz2 markdown-rs-7bb1008f508f61b51dd80086a91ada347be36c68.zip |
Add some more crosslinks to docs
Diffstat (limited to 'src/construct/label_end.rs')
-rw-r--r-- | src/construct/label_end.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/construct/label_end.rs b/src/construct/label_end.rs index 05c7635..581e5e9 100644 --- a/src/construct/label_end.rs +++ b/src/construct/label_end.rs @@ -13,7 +13,7 @@ //! ; those parts. //! ``` //! -//! See [`destination`][destination], [`title`][title], and [`label`][label] +//! See [`destination`][destination], [`label`][label], and [`title`][title] //! for grammar, notes, and recommendations. //! //! Label end does not, on its own, relate to anything in HTML. @@ -95,8 +95,8 @@ //! //! This limiation is imposed because links in links is invalid according to //! HTML. -//! Technically though, it is possible by using an [autolink][] in a link, -//! but you definitely should not do that. +//! Technically though, it is still possible to construct them by using an +//! [autolink][] in a link, but you definitely should not do that. //! //! ## Tokens //! |