tomdz
tomdz
When parsing a CSV file like: ``` "foo", "bar", "baz" "baz", "foo", "bar" ``` the CSV parser will get confused and give me back exactly two values: ``` foo ```...
Apparently, the site plugin doesn't seem to support run the same reporting plugin twice, but with different configurations.
Basically support the `-c` sphinx commandline option.
This change adds DomUtils.printHtml and DomUtils.toHtml helper functions that print the passed-in dom tree as html, trying to preserve the original tree as much as possible (if verbose = true).