mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
2
vendor/github.com/yuin/goldmark/extension/ast/tasklist.go
generated
vendored
2
vendor/github.com/yuin/goldmark/extension/ast/tasklist.go
generated
vendored
@ -11,7 +11,7 @@ type TaskCheckBox struct {
|
||||
IsChecked bool
|
||||
}
|
||||
|
||||
// Dump impelemtns Node.Dump.
|
||||
// Dump implements Node.Dump.
|
||||
func (n *TaskCheckBox) Dump(source []byte, level int) {
|
||||
m := map[string]string{
|
||||
"Checked": fmt.Sprintf("%v", n.IsChecked),
|
||||
|
Reference in New Issue
Block a user