You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already said that I found an issue with the markdown filter but you did not seem to reproduce the issue... So I re-checked it more seriously and I can say I don't have any issue with the master branch, but it does not work on development.
Template
RAW CONTENT :
{{content}}
FILTERED CONTENT :
{{content|markdown}}
FILTERED CONTENT WITH SAFE :
{{content|markdown|safe}}
Thank you for reporting this! I'll have a look into it.
A few changes have been introduced on the development branch with how the system outputs the final values. Maybe this has affected the Markdown filter since it work on much lower level.
I already said that I found an issue with the markdown filter but you did not seem to reproduce the issue... So I re-checked it more seriously and I can say I don't have any issue with the master branch, but it does not work on development.
Template
Code
Output on master branch
Output on development branch
The text was updated successfully, but these errors were encountered: