Description:
Replace ad-hoc numeric markers in the body with proper GitHub-flavoured Markdown footnote references and ensure the footnote list is ordered by first appearance.
Location: docs/lag-complexity-function-design.md, lines 1496-1752
Current issue:
- Using bare numeric markers (e.g., 1, 3, 4) instead of proper footnote syntax
- Footnote definitions not ordered by first reference
- Inconsistent "accessed on" phrasing and dates
- Current usage breaks the repository's Markdown guidelines
Required changes:
- Rewrite in-text numeric markers (e.g., bare 1, 3, 4) to [^1], [^2], etc.
- Renumber the footnote definitions in ascending order of first reference
- Normalise "accessed on" phrasing and dates
References:
Description:
Replace ad-hoc numeric markers in the body with proper GitHub-flavoured Markdown footnote references and ensure the footnote list is ordered by first appearance.
Location: docs/lag-complexity-function-design.md, lines 1496-1752
Current issue:
Required changes:
References: