mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-18 12:11:12 +00:00
11 lines
174 B
Go
11 lines
174 B
Go
package types
|
|
|
|
type MarkConfig struct {
|
|
MermaidScale float64
|
|
D2Scale float64
|
|
DropFirstH1 bool
|
|
StripNewlines bool
|
|
Features []string
|
|
ImageAlign string
|
|
}
|