SciPost Code Repository

Skip to content
Snippets Groups Projects
Jean-Sébastien Caux's avatar
Jean-Sébastien Caux authored
Problem with django-docutils (and thus abandoned here):
When calling the filter, the app used ``return parts['fragments']``
which cut the first headlines from the text input.
The correct call is ``return parts['html_body']``, as implemented
in the new self-made filter.
d5ace481
Name Last commit Last update
..