mark/types/types.go

11 lines
186 B
Go
Raw Normal View History

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