Commit 79e29c38d8840910b1ad2494b1eb5c96337ded28

Authored by Miguel Barão
1 parent 6975951c
Exists in master and in 1 other branch dev

- removed comment

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
tools.py
... ... @@ -94,7 +94,6 @@ class HighlightRenderer(mistune.Renderer):
94 94 lexer = get_lexer_by_name('text', stripall=False)
95 95  
96 96 formatter = HtmlFormatter()
97   - # FIXME indentation is striped from first line of code, seems bug in mistune
98 97 return highlight(code, lexer, formatter)
99 98  
100 99 # def table(self, header, body):
... ...