fix: Fixed an issue with stars not showing up.

This commit is contained in:
Spencer Brower
2026-07-17 17:45:49 -04:00
parent 6e66709f05
commit c0ff59513f
2 changed files with 143 additions and 2 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
- [ ] ensure sidenote numbers render in display order and not in declaration order.
- [ ] OpenGraph meta tags — verify all fields match production site
- [ ] Add Opt-in deflist support.
- [ ] We need to be able to do `Year_Section` in a non-magical, unpriviledged way.
- [ ] We need to be able to do `Year_Section` in a non-magical, unprivileged way. See [PLAN.md](PLAN.md) for computed properties approach.
- [ ] set opengraph tags / description automatically if unset. (Like hugo does)
- [ ] Table of contents support.
- [ ] prefixing every log message with `thor: ` is silly
@@ -46,7 +46,7 @@
- [ ] Markdown
- [ ] Add overloads for every extension - accept ^strings.Builder.
- [ ] Add conventional (Hugo style) footnotes option.
- [ ] Add header ids
- [ ] Add heading ids as a default on extension.
- [ ] Review every file in thor
- [ ] Review assets.odin
- [ ] Review content.odin