Newline at end of file

This commit is contained in:
Francesco Siddi 2019-03-27 11:56:33 +01:00
parent 237c135c31
commit 9c1e345252

View File

@ -31,4 +31,4 @@ def markdown_fields(field: str, **kwargs) -> dict:
'default': field, # Name of the field containing the markdown. Will be input to the coerce function.
'coerce': 'markdown',
}
}
}