mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 21:19:47 +08:00
This commit is contained in:
parent
72e966af84
commit
c86b209fbe
@ -33,15 +33,15 @@ type Criterion struct {
|
||||
}
|
||||
|
||||
type CriterionTypes struct {
|
||||
mathBlock bool
|
||||
table bool
|
||||
blockquote bool
|
||||
superBlock bool
|
||||
paragraph bool
|
||||
document bool
|
||||
heading bool
|
||||
list bool
|
||||
listItem bool
|
||||
codeBlock bool
|
||||
htmlBlock bool
|
||||
MathBlock bool `json:"mathBlock"`
|
||||
Table bool `json:"table"`
|
||||
Blockquote bool `json:"blockquote"`
|
||||
SuperBlock bool `json:"superBlock"`
|
||||
Paragraph bool `json:"paragraph"`
|
||||
Document bool `json:"document"`
|
||||
Heading bool `json:"heading"`
|
||||
List bool `json:"list"`
|
||||
ListItem bool `json:"listItem"`
|
||||
CodeBlock bool `json:"codeBlock"`
|
||||
HtmlBlock bool `json:"htmlBlock"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user