mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-17 04:19:29 +02:00
parent
74433c91bf
commit
15c7738b3a
18 changed files with 1902 additions and 120 deletions
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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue