html2xml: Convert HTML Greek entity references to XML
Description
Converts HTML Greek entity references to XML entity references.
This is necessary because of a kableExtra bug:
https://github.com/haozhu233/kableExtra/issues/814 .
The mappings used here are from
https://www.thoughtco.com/html-codes-greek-characters-4062212
Usage
html2xml(x, ...)
Value
html
Arguments
x
html character
...
ignored
See Also
Other html:
[.html(),
[[.html(),
as_html(),
as_html.greek(),
as_html.spar(),
as_html.spork(),
htmlToken()