From a9538950db649b40019deec68fe1f9771b28a278 Mon Sep 17 00:00:00 2001 From: Daniel Birket Date: Mon, 23 Aug 2021 21:26:03 -0400 Subject: [PATCH] xml: requested arrows and back-ticks. --- pages/common/xml-escape.md | 2 +- pages/common/xml-format.md | 2 +- pages/common/xml-unescape.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/xml-escape.md b/pages/common/xml-escape.md index 90ba205ab..7d80f61ea 100644 --- a/pages/common/xml-escape.md +++ b/pages/common/xml-escape.md @@ -1,6 +1,6 @@ # xml escape -> Escape special XML characters, e.g. `` -> `<a1>`. +> Escape special XML characters, e.g. `` → `<a1>`. > More information: . - Escape special XML characters in a string: diff --git a/pages/common/xml-format.md b/pages/common/xml-format.md index 4b2f67a70..9ff6b7f42 100644 --- a/pages/common/xml-format.md +++ b/pages/common/xml-format.md @@ -15,7 +15,7 @@ `xml format --recover --noindent {{path/to/malformed.xml|URI}} > {{path/to/recovered.xml}}` -- Format an XML document from stdin, removing the DOCTYPE declaration: +- Format an XML document from stdin, removing the `DOCTYPE` declaration: `cat {{path\to\input.xml}} | xml format --dropdtd > {{path/to/output.xml}}` diff --git a/pages/common/xml-unescape.md b/pages/common/xml-unescape.md index 8ca86dbe4..c4b8bf61d 100644 --- a/pages/common/xml-unescape.md +++ b/pages/common/xml-unescape.md @@ -1,6 +1,6 @@ # xml unescape -> Unescape special XML characters, e.g. `<a1>` -> ``. +> Unescape special XML characters, e.g. `<a1>` → ``. > More information: . - Unescape special XML characters from a string: