mirror of
https://github.com/status-im/markdown.git
synced 2025-02-23 16:48:14 +00: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…
x
Reference in New Issue
Block a user