mirror of https://github.com/zulip/zulip.git
1229e69e9b
This commit has a side-effect that we also now allow mixed lists, but they have different syntax from the commonmark implementation and our marked output. For example, without the closing li tags: Input Bugdown Marked ------------------------------------- <ul> - Hello <li>Hello <ul><li>Hello</ul> + World <li>World <ul><li>World + Again <li>Again <li>Again</ul> * And <li>And <ul><li>And * Again <li>Again <li>Again</ul> </ul> The bugdown render is in line with what a user in #13447 requests. Fixes #13477. |
||
---|---|---|
.. | ||
import_fixtures | ||
ldap | ||
mattermost_fixtures | ||
saml | ||
slack_fixtures | ||
.gitignore | ||
authors.json | ||
config.generate_data.json | ||
csp_report.json | ||
docs_url_preview_data.json | ||
duplicate_commits.json | ||
gitter_data.json | ||
markdown_test_cases.json | ||
narrow.json | ||
slack_message_conversion.json | ||
user_agents_unique |