diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-22 16:41:04 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-22 16:41:04 +0200 |
commit | b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9 (patch) | |
tree | 7137fb206a909feb5c6f841c1a9e3dafc590312c /src/construct/autolink.rs | |
parent | cbd0155d7f1f20b3fe261723515203df5108a56d (diff) | |
download | markdown-rs-b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9.tar.gz markdown-rs-b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9.tar.bz2 markdown-rs-b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9.zip |
Add docs on encoding to definition, destination
Diffstat (limited to '')
-rw-r--r-- | src/construct/autolink.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/construct/autolink.rs b/src/construct/autolink.rs index 84c483d..33cb3f0 100644 --- a/src/construct/autolink.rs +++ b/src/construct/autolink.rs @@ -23,8 +23,8 @@ //! The maximum allowed size of a domain is `63` (inclusive), which is defined //! in [`AUTOLINK_DOMAIN_SIZE_MAX`][autolink_domain_size_max]. //! -//! The grammar for autolinks is quite strict and requires ASCII to be used -//! (without, for example, spaces). +//! The grammar for autolinks is quite strict and prohibits the use of ASCII control +//! characters or spaces. //! To use non-ascii characters and otherwise impossible characters, in URLs, //! you can use percent encoding: //! |