mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-18 12:11:12 +00:00
Add support for d2lang
This commit is contained in:
10
types/types.go
Normal file
10
types/types.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package types
|
||||
|
||||
type MarkConfig struct {
|
||||
MermaidProvider string
|
||||
MermaidScale float64
|
||||
D2Scale float64
|
||||
DropFirstH1 bool
|
||||
StripNewlines bool
|
||||
Features []string
|
||||
}
|
||||
Reference in New Issue
Block a user