mirror of
https://github.com/danog/blackfriday.git
synced 2024-11-26 20:14:43 +01: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