Formatting
This commit is contained in:
@@ -167,7 +167,8 @@ class ValidateCustomFields(Validator):
|
|||||||
my_log = log.getChild('_normalize_coerce_markdown')
|
my_log = log.getChild('_normalize_coerce_markdown')
|
||||||
mdown = self.document.get(markdown_field, '')
|
mdown = self.document.get(markdown_field, '')
|
||||||
html = markdown.markdown(mdown)
|
html = markdown.markdown(mdown)
|
||||||
my_log.debug('Generated html for markdown field %s in doc with id %s', markdown_field, id(self.document))
|
my_log.debug('Generated html for markdown field %s in doc with id %s',
|
||||||
|
markdown_field, id(self.document))
|
||||||
return html
|
return html
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user