74d1770cd6
- CSS: global reset `ul, ol { list-style: none }` was killing all bullets
and numbers. Add list-style: disc/decimal back on .lt-markdown ul/ol.
Remove duplicate ol rules.
- Footnotes: implement [^label] / [^label]: syntax. Uses placeholder
approach (like code blocks) so <sup> tags aren't HTML-escaped. Renders
inline superscript refs + numbered footnote block at bottom with
back-links.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>