Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
gumbo.h
✓ #include <gumbo.h>
Parse an HTML string using Gumbo
#include "gumbo.h"
#include <string>
int main() {
std::string html = "<html><body><p>Hello</p></body></html>";
GumboOutput* output = gumbo_parse(html.c_str());
gumbo_destroy_output(&kGumboDefaultOptions, output);
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.