Remove unused code
Vytautas Ĺ altenis vytas@rtfb.lt
Wed, 30 Mar 2016 11:54:29 +0300
1 files changed,
0 insertions(+),
6 deletions(-)
jump to
M
html.go
→
html.go
@@ -49,12 +49,6 @@ FootnoteReturnLinks // Generate a link at the end of a footnote to return to the source
) var ( - alignments = []string{ - "left", - "right", - "center", - } - // TODO: improve this regexp to catch all possible entities: htmlEntity = regexp.MustCompile(`&[a-z]{2,5};`) )