mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
Previously, indentation was not being handled correctly in some cases, causing examples such as `std.json.WriteStream` to be rendered with improper list nesting. Additionally, some more test cases have been added to ensure indentation (or lack of indentation) is handled correctly in some other constructs.