phase2: markdown converter with goldmark, chroma, and ASCII-translit anchors

This commit is contained in:
Sergey Filkin
2026-04-18 11:47:18 +03:00
parent cab04768b5
commit 8deba3627f
39 changed files with 5662 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package webtemplate
import "embed"
//go:embed document.html
var FS embed.FS