From a58b48bc3bcf43f7090d4cc914606af68fe55815 Mon Sep 17 00:00:00 2001 From: Сковорода Никита Андреевич Date: Sat, 9 Jul 2016 08:13:09 +0300 Subject: doc: various documentation formatting fixes * Fix markdown code sample in releases.md, it was Reviewed-By: Roman Reiss --- doc/api/url.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/url.md') diff --git a/doc/api/url.md b/doc/api/url.md index ea3075accd..76b0a3794d 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -19,7 +19,7 @@ The following details each of the components of a parsed URL. The example `'http://user:pass@host.com:8080/p/a/t/h?query=string#hash'` is used to illustrate each. -``` +```txt ┌─────────────────────────────────────────────────────────────────────────────┐ │ href │ ├──────────┬┬───────────┬─────────────────┬───────────────────────────┬───────┤ @@ -241,7 +241,7 @@ URLs are only permitted to contain a certain range of characters. Spaces (`' '`) and the following characters will be automatically escaped in the properties of URL objects: -``` +```txt < > " ` \r \n \t { } | \ ^ ' ``` -- cgit v1.2.3