Conversation
Tests still fail to show the expected changes.
|
@rnorth any plans to merge/update/release this package? |
|
@fundthmcalculus thank you for the PR - sorry for not looking at it sooner. I'll have a look this evening, and hopefully merge/release shortly. |
|
It looks like we have some test failures but otherwise this looks good to me. Please could you check? |
|
Actually it looks like one of the failures would be due to a change in pygments. #27 will fix, but you'll probably want to rebase. |
|
Updated. |
|
Is there a reason this wasn't merged last year? I can confirm that these changes are necessary for |
No reason other than personal reasons, I'm afraid! I have merged and will release. |
Fix for pymdownx 9.x support merged upstream rnorth/mkdocs-codeinclude-plugin#26
The test was written before PR #26 added 4-space indentation for pymdownx.tabbed content, so the expected output never matched actual plugin behaviour. Update comparison to use rstrip_lines() to normalise trailing whitespace on blank lines within code blocks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pymdownx.tabbed, we need the leading spaces on the tab content.pymdownxv9.0