
jaredandClaude Sonnet 4.6
74d1770cd6
Fix ordered list bullets and implement footnotes
- 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>
2026-04-07 00:28:02 -04:00
..
2026-04-05 10:40:16 -04:00
2026-03-20 20:29:58 -04:00
2026-04-06 23:52:06 -04:00
2026-04-06 23:52:06 -04:00
2026-04-05 10:40:16 -04:00
2026-04-07 00:28:02 -04:00
2026-03-17 23:34:59 -04:00
2026-04-07 00:23:32 -04:00
2026-03-17 23:22:24 -04:00
2026-04-04 23:00:35 -04:00