Commit ff8a6fe
fix: repair footnote definition corrupted by the typography pass (#4)
The French NBSP pass in the seed inserted a non-breaking space between
the [^mung] footnote label and its colon in pandas.md, which stops the
line parsing as a definition — it rendered as literal paragraph text and
the footnote reference broke.
Ports the fix from QuantEcon/action-translation#83: the transform now
masks definition labels and repairs this exact corruption, so this is
the output of the standard repair run
(scripts/typography/apply.mjs --lang fr), which verified the change is
spacing-only and idempotent across all 26 lectures.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 697b904 commit ff8a6fe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
| 815 | + | |
0 commit comments