mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Apparently, the filters implementation was doing some sort of strange caching, where you would need to restart the server in order to refresh for changes to the markdown content. We fix this by switching to just calling the render_markdown_path function from Jinja2. Fixes #5974.
6 lines
63 B
HTML
6 lines
63 B
HTML
header
|
|
|
|
{{ render_markdown_path(markdown_test_file) }}
|
|
|
|
footer
|