mark/types/types.go

10 lines
162 B
Go
Raw Normal View History

2025-05-29 01:21:02 +02:00
package types
type MarkConfig struct {
MermaidScale float64
D2Scale float64
DropFirstH1 bool
StripNewlines bool
Features []string
}