mirror of
https://github.com/kovetskiy/mark.git
synced 2025-06-06 14:12:39 +08:00
11 lines
186 B
Go
11 lines
186 B
Go
package types
|
|
|
|
type MarkConfig struct {
|
|
MermaidProvider string
|
|
MermaidScale float64
|
|
D2Scale float64
|
|
DropFirstH1 bool
|
|
StripNewlines bool
|
|
Features []string
|
|
}
|