html2xml | R Documentation |
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
html2xml(x, ...)
x |
html character |
... |
ignored |
html
Other html:
[.html()
,
[[.html()
,
as_html()
,
as_html.greek()
,
as_html.spar()
,
as_html.spork()
,
htmlToken()
htmlToken('alpha')
htmlToken('Upsilon1')
htmlToken('vartheta')
htmlToken('stigma')
htmlToken('varrho')
htmlToken('varpi')
htmlToken('Upsilon1')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.