goldmark/ast
Abhinav Gupta ca5561990e NodeKind/String: Don't panic on unknown
NodeKind.String() will currently panic if called with an unknown
NodeKind.

This change verifies that the name of the NodeKind is known before
looking it up in kindNames. If the name is unknown, a generic
`NodeKind(N)` string representation is used.
2020-03-05 22:47:15 -08:00
..
ast.go NodeKind/String: Don't panic on unknown 2020-03-05 22:47:15 -08:00
ast_test.go NodeKind/String: Don't panic on unknown 2020-03-05 22:47:15 -08:00
block.go documentation typo fixes 2020-02-14 22:03:49 -05:00
inline.go documentation typo fixes 2020-02-14 22:03:49 -05:00