mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Remove dead fields from HTMLRenderer
This commit is contained in:
parent
2f1f0b6b9f
commit
6291a00f2f
6
html.go
6
html.go
|
@ -93,12 +93,6 @@ type HTMLRenderer struct {
|
|||
|
||||
closeTag string // how to end singleton tags: either " />" or ">"
|
||||
|
||||
// table of contents data
|
||||
tocMarker int
|
||||
headerCount int
|
||||
currentLevel int
|
||||
toc bytes.Buffer
|
||||
|
||||
// Track header IDs to prevent ID collision in a single generation.
|
||||
headerIDs map[string]int
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user