Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape characters in input #14

Open
jeroen opened this issue Oct 19, 2020 · 0 comments
Open

Escape characters in input #14

jeroen opened this issue Oct 19, 2020 · 0 comments

Comments

@jeroen
Copy link
Member

jeroen commented Oct 19, 2020

A \033 character is passed down verbatim, which breaks the xml parser:

xml2::read_xml(commonmark::markdown_xml("\033"))
## Error in read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html,  : 
##   PCDATA invalid Char value 27 [9]

Due to �

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant