mirror of
https://github.com/kovetskiy/mark.git
synced 2025-09-09 16:44:56 +08:00
10 lines
162 B
Go
10 lines
162 B
Go
package types
|
|
|
|
type MarkConfig struct {
|
|
MermaidScale float64
|
|
D2Scale float64
|
|
DropFirstH1 bool
|
|
StripNewlines bool
|
|
Features []string
|
|
}
|