Move mention macro into a goldmark-parser/renderer

This commit is contained in:
Manuel Rüger
2026-02-08 00:28:36 +01:00
parent b85e40402c
commit e294a7317e
14 changed files with 160 additions and 46 deletions

View File

@@ -1,9 +1,9 @@
package types
type MarkConfig struct {
MermaidScale float64
D2Scale float64
DropFirstH1 bool
StripNewlines bool
Features []string
MermaidScale float64
D2Scale float64
DropFirstH1 bool
StripNewlines bool
Features []string
}