Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Small commit ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Depado committed Mar 6, 2016
1 parent 13f5546 commit a8943be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/markdown.py
Expand Up @@ -155,8 +155,8 @@ def output_latex_environment(self):

class HighlighterRenderer(mistune.Renderer):

def __init__(self, *args, **kwargs):
super(HighlighterRenderer, self).__init__(*args, **kwargs)
def __init__(self, **kwargs):
super(HighlighterRenderer, self).__init__(**kwargs)
self.toc_count = 0
self.toc_tree = []

Expand Down

0 comments on commit a8943be

Please sign in to comment.