perf(mustache): Removed lambda support.

It really wasn't benefitting us in any way.
This commit is contained in:
Spencer Brower
2026-08-03 13:26:27 -04:00
parent b3c2d4745d
commit 6a4debe35a
5 changed files with 6 additions and 255 deletions
+3
View File
@@ -121,6 +121,9 @@
- [ ] configure opt-out of automatic sections being added to menu.
- [ ] nested menus (i.e. `parent` support)
- [ ] get rid of the global variables in the `treesitter` package.
- [ ] enforce heading structure.
- [ ] Either frontmatter.title set, or 1 h1 tag at top, not both
- [ ] No skipping.
- [ ] Consider using `or_else` when applying default values to structs. i.e.
```odin
package main