Skip to content

Commit

Permalink
Merge branch 'master' of ssh://git.netcentrum.cz/projects/content/GIT…
Browse files Browse the repository at this point in the history
…/django-markup
  • Loading branch information
honzakral committed Oct 8, 2009
2 parents a96fd28 + f062c5a commit 7477e5c
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 7477e5c

Please sign in to comment.