EnronEvolved

Results 7 comments of EnronEvolved

As this issue is still open, I thought I'd inform you here: the internal vertical edges of sextants are misaligned with the edges of left and right half blocks by...

I'm a bit confused about where this issue is going, so I don't know how to contribute. `zar` was apparently [abandoned](https://github.com/moosichu/zar/commit/5be05d4be96e233c8f885d47f996f887b4d807b6) in favour of a linker-centric approach a year and...

It looks like a lot of that overthinking is a result of the "replace `llvm-ar`" design goal. So, for the sake of clarity: - What features of `llvm-ar` are used...

I had a poke around in [`RST.hs`](https://github.com/jgm/pandoc/blob/2f36df65e6b8aa9b12551b3773d55a855c24a03d/src/Text/Pandoc/Readers/RST.hs), and found that the reason headings behave correctly was because a special case of this fault has already been identified and fixed in...

I've looked at the codebase, and I believe I understand why this behaviour, aberrant as it is, occurs: not all block elements have an `Attr` field in Pandoc's native representation....

There's a link to the relevant section of the specification in the first paragraph of my opening comment. All of these test cases have been lifted from there, and usually...

I'm not entirely sure the spec can be clearer than "on its content or on the first immediately following non-comment element"… where exactly the next non-comment element lies in the...