zulip/zproject
Eeshan Garg baff121115 app_filters: Render HTML to render Jinja2 syntax within Markdown macros.
If a Markdown macro contains Jinja2 template code, it isn't rendered
because render_markdown_path calls template.render on the including
.md file before the macro has been included. And then the including
.md file is converted to HTML. Therefore, the template code within
a Markdown macro (if any) never gets rendered and is returned as it is.

Now, after the source .md file is converted to HTML,
render_markdown_path renders the resulting HTML so that any template
code within included macros (if any) is finally rendered.
2017-05-22 18:19:14 -07:00
..
jinja2 app_filters: Render HTML to render Jinja2 syntax within Markdown macros. 2017-05-22 18:19:14 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py auth: Pass is_signup option around. 2017-05-10 17:20:34 -07:00
dev_settings.py Add default response for `terms` and `privacy` endpoints. 2017-04-12 14:09:14 -07:00
dev_urls.py dev: Expose coverage and built documentation to web. 2017-03-23 13:10:06 -07:00
legacy_urls.py streams: Migrate stream property changes to new REST endpoint. 2017-05-09 13:39:23 -07:00
local_settings.py pep8: Add compliance with rule E261 to local_settings.py. 2017-05-07 23:21:50 -07:00
prod_settings_template.py docs: Document the push notification forwarding service. 2017-05-18 13:39:58 -07:00
settings.py app_filters: Render HTML to render Jinja2 syntax within Markdown macros. 2017-05-22 18:19:14 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py testing: Use zulip_test_template for backend. 2017-04-14 10:23:31 +05:00
urls.py invite: Remove obsolete bulk_invite_users endpoint. 2017-05-17 17:30:15 -07:00
wsgi.py pep8: Add compliance with rule E261 to wsgi.py. 2017-05-07 23:21:50 -07:00