xml: requested arrows and back-ticks.

This commit is contained in:
Daniel Birket
2021-08-23 21:26:03 -04:00
committed by Starbeamrainbowlabs
parent aa67236fc3
commit a9538950db
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# xml escape
> Escape special XML characters, e.g. `<a1>` -> `&lt;a1&gt;`.
> Escape special XML characters, e.g. `<a1>` `&lt;a1&gt;`.
> More information: <http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
- Escape special XML characters in a string: