Skip to content

Commit

Permalink
Merge pull request #207 from jmooring/issue-206
Browse files Browse the repository at this point in the history
Add "type" to the list attribute filter
  • Loading branch information
yuin authored Apr 10, 2021
2 parents 24d1a35 + 3fcf875 commit cd69b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer/html/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ func (r *Renderer) renderHTMLBlock(w util.BufWriter, source []byte, node ast.Nod
var ListAttributeFilter = GlobalAttributeFilter.Extend(
[]byte("start"),
[]byte("reversed"),
[]byte("type"),
)

func (r *Renderer) renderList(w util.BufWriter, source []byte, node ast.Node, entering bool) (ast.WalkStatus, error) {
Expand Down

0 comments on commit cd69b03

Please sign in to comment.