Skip to content

Commit

Permalink
Update to new Misaka API, fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
honza committed Nov 12, 2015
1 parent 3653a9a commit 57bcdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socrates/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def __init__(self):
self.md = Markdown(self.MisakaProcessor(), EXT_FENCED_CODE)

def render(self, text):
return self.md.render(text)
return self.md(text)


class TextileProcessor(Processor):
Expand Down

0 comments on commit 57bcdd1

Please sign in to comment.