zulip/zerver/tests/fixtures
Rohitt Vashishtha 1229e69e9b bugdown: Reenable -,+ to begin a markdown list.
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.
2019-12-09 16:13:02 -08:00
..
email email_mirror: Add send_to_email_mirror management command. 2019-01-09 10:36:16 -08:00
import_fixtures models: Migration of Message.pub_date to date_sent, part 2. 2019-10-05 19:01:34 -07:00
ldap tests: Add some logic to ZulipTestCase to prepare to migrate ldap tests. 2019-10-17 16:49:53 -07:00
mattermost_fixtures mattermost: Add support for exporting DMs and huddles. 2019-10-10 16:37:03 -07:00
saml auth: Add initial SAML authentication support. 2019-10-10 15:44:34 -07:00
slack_fixtures slack: Support importing shared channels. 2019-08-26 14:10:19 -07:00
.gitignore
authors.json
config.generate_data.json
csp_report.json
docs_url_preview_data.json
duplicate_commits.json
gitter_data.json gitter import: Add basic tests. 2018-07-23 08:36:30 -07:00
markdown_test_cases.json bugdown: Reenable -,+ to begin a markdown list. 2019-12-09 16:13:02 -08:00
narrow.json topic -> subject: Extract get_topic_from_message_info(). 2018-11-14 23:24:06 -08:00
slack_message_conversion.json slack import: Add support for bold-italics formatting. 2018-06-02 09:01:55 -07:00
user_agents_unique