Noam Lustiger
Noam Lustiger
@Arithmomaniac see https://github.com/noam3127/github-code-folding/issues/2
Firefox add-on coming soon!
Now available on [Firefox](https://addons.mozilla.org/en-US/firefox/addon/github-code-folding/)
@gevorg-vardanyan-im Thanks for bringing this to my attention. I was unaware it hasn't been working in Firefox. I'll try to find time to fix it.
@lexborisov This looks like a bug [here](https://github.com/lexbor/lexbor/blob/master/source/lexbor/html/serialize.c#L741). The second argument should be `6`.
We're using v2.1.0. Is this something that might have gotten fixed in recent versions?
Ok, after building from the latest source and testing locally, the problem is gone (as you predicted). FWIW, this commit - https://github.com/lexbor/lexbor/commit/0c4010b10a922a45513d67beec0ddd29c2951f85 is the code that apparently fixed this bug,...