goldmark/ast
2020-01-09 17:33:21 +08:00
..
ast.go fix bug: if do c.SetNextSibling(nil) and c = c.NextSibling(). After remove the first child the var c is always nil.the next child will not be set nil 2020-01-09 17:33:21 +08:00
ast_test.go fix bug: if do c.SetNextSibling(nil) and c = c.NextSibling(). After remove the first child the var c is always nil.the next child will not be set nil 2020-01-09 17:33:21 +08:00
block.go ast: Specify types for iota-based constants 2019-08-24 12:17:57 -07:00
inline.go ast: Specify types for iota-based constants 2019-08-24 12:17:57 -07:00