-
Notifications
You must be signed in to change notification settings - Fork 63
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
Panic on rendering boolean #60
Comments
Hi @justinpombrio, Thanks for the bug report! You're right indeed this should be supported, I have submitted #61 which should hopefully fix your issue.
The rendering all happens through raw output and then converted to escaped variants after, see here if you are interested or want to improve it :) |
Thanks even more for the bug fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This program:
fails with the following error:
Instead, I expect it to produce:
My thoughts:
render_utag
, but why should this be unescaped?The text was updated successfully, but these errors were encountered: