Fix URL sanitization in examples/sanitizer.lua...
Only absolute URLs with a non-whitelisted scheme (e.g. "javascript:") are rejected now. All relative URLs are allowed.
Add LUA_PC=none to Travis script...
to ensure that all lazy-evaluated variables are being overridden and pkg-config is not being queried at all.
Tag example code in README.md as "makefile" instead of "make"...
(for compatibility with Pandoc syntax highlighter)
Add Makefile option to build and link with a local copy of libgumbo...
Using this option will usually require setting LD_LIBRARY_PATH and is thus primarily useful for testing purposes.
Revert previous commit (aaf6d3b)...
Removing the XCFLAGS override was a mistake and totally breaks the tests.