Adds util.cleaned_markdown_conversion() and uses it in the submission process
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 20 Jun 2011 01:41:40 +0000 (20:41 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 20 Jun 2011 01:41:40 +0000 (20:41 -0500)
commit4bf8e8888c7df6717eb43487136cc9d5c155bc6c
tree280fb62539a7e36385f705993da0c0361fd79c5c
parent0692c01e4c7b88ce94fe023607109fb978c36c2e
Adds util.cleaned_markdown_conversion() and uses it in the submission process

This simplifies the markdown processing & html cleaning of descritions
and etc by providing a wrapper function that we can use in multiple
locations.
mediagoblin/submit/views.py
mediagoblin/util.py