Results 13 issues of silby

### Describe the bug ``` $ gh --version gh version 1.9.2 (2021-04-20) https://github.com/cli/cli/releases/tag/v1.9.2 ``` When displaying issue comments containing blockquotes, linewrapping of the quoted text is bugs. Long lines (over...

bug
p3

Since HTML doesn't have semantic "footnote" elements, Pandoc has historically used the `` tag to mark the numeric reference to footnotes. In some fonts, depending on line-spacing, the common default...

AVX512 instructions require OS support as well as CPU support. Bits 5, 6, and 7 of XCR0 should be enabled to run with AVX512 support. This fixes SIGILL on OpenBSD,...

The merged-in color support is limited to the 8-color ANSI palette. There should be rendering support and a combinator API for coloring text with the 256-color (indexed) palette and 24...

As observed in, https://github.com/jgm/pandoc/pull/9565#issuecomment-2016610872, skylighting-format-ansi as-is produces somewhat bad results when rendering with a background color different from the terminal default, which is quite visible in the context of the...

~~This requires https://github.com/jgm/doclayout/pull/28 in addition to the stuff I already got merged; cabal.project does not reflect this.~~ The required `doclayout` commit is added to `cabal.project`. I think that the surface...

There's a substantial amount of work left to do here, but as I am going on vacation for four weeks on Monday and not bringing a computer with me it...

Parallel to https://github.com/jgm/pandoc/pull/10431, more commentary yonder. - **Add lua filter for interlinking pandoc documents** - **Add the standalone pandoc templates doc** - **Add templates doc to navigation**

cf. #10761 and #3044. I made some progress with this today without completely blowing up the existing strong and emph parsers but weird edge cases remain. E.g. consider `''foo''''bar''`. Pandoc...

This is by way of a proof-of-concept or initial attempt at the work discussed in https://github.com/jgm/pandoc/discussions/10351. This PR proposes initial handling of the cross-reference links to the erstwhile Templates section...