mark/types/types.go
2026-03-11 12:49:22 +01:00

11 lines
174 B
Go

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