Thank you for reporting.
There was a fix for Pygments >= 2.14 in [r9354].
Could you test if the problem persists with Docutils 0.20?
(I am afraid, yes.)
Still, we need to check the results for Docutils 0.20 and Pygments 2.13
(and possibly just skip the tests if the Pygments version is 2.13)
because it seems that 2.13 already introduced a change to whitespace handling that was superseded in 2.14 with another change.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just tried running the Docutils test suite with each Pygments version since 2.12.0, and it passes in all cases. So this can be closed as fixed in 0.20.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for reporting.
There was a fix for Pygments >= 2.14 in [r9354].
Could you test if the problem persists with Docutils 0.20?
(I am afraid, yes.)
Related
Commit: [r9354]
The issues are gone, Thanks!
Sorry, I missed [r9354] when looking for potential fix, but with just released Docutils 0.20 and Pygments 2.15.1, I see no test issues.
Related
Commit: [r9354]
Still, we need to check the results for Docutils 0.20 and Pygments 2.13
(and possibly just skip the tests if the Pygments version is 2.13)
because it seems that 2.13 already introduced a change to whitespace handling that was superseded in 2.14 with another change.
I just tried running the Docutils test suite with each Pygments version since 2.12.0, and it passes in all cases. So this can be closed as fixed in 0.20.
Fixed in Docutils 0.20.
Thanks for testing.