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: rewrite broken attachment anchor links in built HTML
MyST turns [text](attachments/...) into href="#attachments/..." which
creates broken fragment anchors instead of file links. Add a second
pass to the build-finished hook that rewrites these to proper relative
URLs. Also fix the attachment path regex to handle MoinMoin (XX)
encoded directory names.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments