zulip/zerver
Rohitt Vashishtha 7d3a31cd8b bugdown: Support hanging_lists preprocessor for indented lists.
Previously, hanging_lists preprocessor didn't consider anything
indented at 4 or above spaces to be a list. This meant that when
we had a list like:

1. 1
  2. 2
    3. 3
  2. 2a
1. 1a

We would insert a newline between 3. 3 and 2. 2a. This resulted
in the block processor breaeking down 1 list into 2 blocks, which
messed up the nesting and indentation for the second block.
2020-04-30 17:54:40 -07:00
..
data_import python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
lib bugdown: Support hanging_lists preprocessor for indented lists. 2020-04-30 17:54:40 -07:00
management pointer: Remove unread debugging management commands. 2020-04-26 22:37:41 -07:00
migrations migrations: Add Message indexes on (recipient_id, subject). 2020-04-29 23:11:52 -07:00
openapi api: Always return zulip_version/zulip_feature_level. 2020-04-29 11:58:22 -07:00
templatetags openapi: Create markdown extension for rendering endpoint descriptions. 2020-04-28 12:57:19 -07:00
tests bugdown: Support hanging_lists preprocessor for indented lists. 2020-04-30 17:54:40 -07:00
tornado python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
views auth: Use the clipboard instead of zulip:// for desktop auth flow. 2020-04-30 16:45:00 -07:00
webhooks webhooks: Use Gitlab project web_url over repo homepage. 2020-04-24 17:50:47 -07:00
worker data exports: Handle pending and failed exports. 2020-04-30 13:00:59 -07:00
__init__.py
apps.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
context_processors.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
decorator.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
logging_handlers.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
middleware.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
models.py Revert "home: Don't use pointer to compute furthest_read_time." 2020-04-27 22:29:39 -07:00
signals.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00