Skip to content

Commit

Permalink
Use code-friendly extra in markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
whit committed Sep 17, 2009
1 parent fce6e47 commit db28627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangomarkup/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def markdown(src, **kwargs):
except ImportError:
raise ProcessorConfigurationError(u"markdown nor markdown2 found")

return m(src) #, html4tags, tab_width, safe_mode, extras, link_patterns, use_file_vars)
return m(src, extras=["code-friendly"]) #, html4tags, tab_width, safe_mode, extras, link_patterns, use_file_vars)

def czechtile(src, **kwargs):
try:
Expand Down

0 comments on commit db28627

Please sign in to comment.