Compare commits

...

2 Commits

Author SHA1 Message Date
Kit Langton e26d3147c6 style(tui): use underline for markdown h1 2026-05-15 22:26:59 -04:00
Kit Langton 085e36a578 style(tui): distinguish markdown h1 headings 2026-05-15 22:24:13 -04:00
@@ -962,6 +962,7 @@ function getSyntaxRules(theme: Theme) {
style: {
foreground: theme.markdownHeading,
bold: true,
underline: true,
},
},
{