Skip to content

Commit

Permalink
added toc and codehilite extension to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Cohnen committed Apr 8, 2010
1 parent 41edb40 commit 82ecb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/buildweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def render(self):

def convert_md(self, body):
from markdown import markdown
return markdown(body, ['wikilinks(html_class=internal,base_url=,end_url=.html)'])
return markdown(body, ['wikilinks(html_class=internal,base_url=,end_url=.html)', 'toc', 'codehilite'])

def convert_rst(self, body):
from docutils.core import publish_parts
Expand Down

0 comments on commit 82ecb09

Please sign in to comment.