mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Remove unused code
This commit is contained in:
parent
2bbed304fb
commit
7846a310ea
6
html.go
6
html.go
|
@ -49,12 +49,6 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
alignments = []string{
|
|
||||||
"left",
|
|
||||||
"right",
|
|
||||||
"center",
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: improve this regexp to catch all possible entities:
|
// TODO: improve this regexp to catch all possible entities:
|
||||||
htmlEntity = regexp.MustCompile(`&[a-z]{2,5};`)
|
htmlEntity = regexp.MustCompile(`&[a-z]{2,5};`)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user