diff options
Diffstat (limited to 'vendor/github.com/gomarkdown/markdown/ast/doc.go')
-rw-r--r-- | vendor/github.com/gomarkdown/markdown/ast/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/gomarkdown/markdown/ast/doc.go b/vendor/github.com/gomarkdown/markdown/ast/doc.go new file mode 100644 index 00000000..376dc67c --- /dev/null +++ b/vendor/github.com/gomarkdown/markdown/ast/doc.go @@ -0,0 +1,4 @@ +/* +Package ast defines tree representation of a parsed markdown document. +*/ +package ast |