all repos — grayfriday @ 7846a310eae14eb4fbb0cc35a00c2b228653719e

blackfriday fork with a few changes

Remove unused code
Vytautas Ĺ altenis vytas@rtfb.lt
Wed, 30 Mar 2016 11:54:29 +0300
commit

7846a310eae14eb4fbb0cc35a00c2b228653719e

parent

2bbed304fbd05594bb4dd76154add618f70d1e7c

1 files changed, 0 insertions(+), 6 deletions(-)

jump to
M html.gohtml.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};`) )