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 unescape
> Unescape special XML characters, e.g. `&lt;a1&gt;` -> `<a1>`.
> Unescape special XML characters, e.g. `&lt;a1&gt;` `<a1>`.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Unescape special XML characters from a string: