Jonathan Hedley

Results 188 comments of Jonathan Hedley

Currently there's no configurable way to change this. The default for unknown tags is to parse them as blocks. I think it might make sense to parse unknown tags as...

I took a pass at this (particularly, attempting to introduce a rule that only indents if an element contains other elements, but not if (all the other existing rules)). But...

@anonyein I have covered this before in other issues: I prefer the pretty printer being on by default for HTML, and don't intend on changing that. It is off by...

@anonyein like I said, please keep this issue focussed on the specific issue, not general pretty-print issues. At any rate, `.text()` is completely unrelated from the pretty-printer. So any settings...

Have implemented that now in the new Pretty Printer. When pretty-printing unknown tags (which in XML is all of them), jsoup will now default to treating them as inline. It...

Can you provide a small test case that demonstrates what you're trying to do and what you expect?

Thanks, fixed. This fixes the case that `consumeSubQuery()` didn't handle escape chars. Per #1998, we also can do a better job of making the escapes, in the first place.

Great, yes `.root_source_file = b.path("src/main.zig"),` works. Thanks for your work on the guide, very much appreciated!