fix(emoji): Replaced raw bytes with human-readable symbols.

This commit is contained in:
Spencer Brower
2026-07-17 14:52:55 -04:00
parent 085811b312
commit c7a5ae2360
2 changed files with 368 additions and 364 deletions
+1
View File
@@ -9,6 +9,7 @@
- [ ] Only publish referenced assets.
- [ ] Split `load_page` into frontmatter-parse + body-process phases so draft pages can skip the markdown pipeline entirely
- [ ] mustache data keys for opengraph, etc.
- [ ] Author should be a struct adhering to https://schema.org/author
- [ ] Block attributes on code fences (`{ #ex-1 }`) — hello-world.md
- [ ] include-code shortcode (`{{< include-code ... >}}`) — i-ported-fd-to-odin
- [ ] follow symlinks in `scan_content`?