diff --git a/parser/atx_heading.go b/parser/atx_heading.go index 91dc005..c539427 100644 --- a/parser/atx_heading.go +++ b/parser/atx_heading.go @@ -186,8 +186,6 @@ func (b *atxHeadingParser) CanAcceptIndentedLine() bool { return false } -var attrAutoHeadingIDPrefix = []byte("heading") - func generateAutoHeadingID(node *ast.Heading, reader text.Reader, pc Context) { var line []byte lastIndex := node.Lines().Len() - 1