Add documentation for a few more types

This commit is contained in:
Christian Muehlhaeuser
2019-12-25 05:40:28 +01:00
parent 9157a40ab2
commit 56af24c72d
6 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type ElementFinisher interface {
Finish(w io.Writer, ctx RenderContext) error
}
// Elements are used to instruct glamour how to render individual markdown
// An Element is used to instruct the renderer how to handle individual markdown
// nodes.
type Element struct {
Entering string