mark/types/types.go
2025-05-30 23:37:15 +02:00

11 lines
186 B
Go

package types
type MarkConfig struct {
MermaidProvider string
MermaidScale float64
D2Scale float64
DropFirstH1 bool
StripNewlines bool
Features []string
}