Closed ActuallyTaylor closed 3 years ago
Did you upgrade django-markdownify
to the latest version (0.9.0)? Older versions won't work with alternative settings. Try to run python3 -m pip install --upgrade django-markdownify
.
Yep that worked, I have no clue why pip was not installing the latest version when I asked it to update it before but your command worked great. Thank you!
I followed the setup in the documentation, however whenever I place
{{ content|markdownify:"alternative" }}
into my index.html folder I get the errormarkdownify requires 1 arguments, 2 provided
. Markdownify works perfectly when it is not given alternative settings.