-
-
Notifications
You must be signed in to change notification settings - Fork 547
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
Any reason escape_html
(or html.h
) doesn't exist in a header file?
#136
Comments
Neither of these is part of the public API. The declaration +++ Garen Torikian [Jun 07 16 14:33 ]:
|
Ah, ok. |
* Adjustments to how the tasklist generation occurs * hit it until it passes spec * clean up compiler warnings
For the Commonmarker Ruby wrapper, I've been using
houdini_escape_html0
directly to implement escaping HTML. I forgot why, so today when I changed it toescape_html
, I got the following error:html.h
doesn't exist, buthoudini.h
does. Is there any specific reason for this? In the end my code does end up just calling houdini directly asescape_html
does but I'd like to rely on the official libcmark pattern.If there isn't a specific reason, I'll open a PR.
The text was updated successfully, but these errors were encountered: