You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: bump pygments to >=2.20 and fix Markdown rendering regression
- Bump pygments minimum version to 2.20 to avoid a bug in 2.19 where
HtmlFormatter raises AttributeError when filename option is None
- Fix PyconDetectorPreprocessor fence regex to use a backreference so
the closing fence matches the opening marker, preventing greedy
over-consumption of adjacent fenced blocks
- Support both backtick and tilde fence styles in the detector
- Raise preprocessor priority (30 → 175) to run before pymdownx
- Guard against None return from markdown.markdown()
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments