goldmark/ast
Chris Bednarski e44645afbb Implement Text interface for BaseBlock
This implementation was missing, making it impossible to retrieve Text
from block types, such as CodeBlock and FencedCodeBlock, via the ast
interface.
2024-07-25 22:37:54 -07:00
..
ast.go Apply linters 2023-08-15 18:40:41 +09:00
ast_test.go Fix ast.Walk to respect WalkStop 2020-02-07 01:42:40 -08:00
block.go Implement Text interface for BaseBlock 2024-07-25 22:37:54 -07:00
inline.go Apply linters 2023-08-15 18:40:41 +09:00