zulip/frontend_tests
Thomas Ip 574c35c0b8 markdown: Render ordered lists using <ol> markup.
This brings us in line, and also allows us to style these more like
unordered lists, which is visually more appealing.

On the backend, we now use the default list blockprocessor + sane list
extension of python-markdown to get proper list markup; on the
frontend, we mostly return to upstream's code as they have followed
CommonMark on this issue.

Using <ol> here necessarily removes the behaviour of not renumbering
on lists written like 3, 4, 7; hopefully users will be OK with the
change.

Fixes #12822.
2019-09-08 16:42:20 -07:00
..
casper_lib eslint: Add key-spacing linter rule. 2018-12-18 10:41:06 -08:00
casper_tests settings: Add FAKE_EMAIL_DOMAIN setting. 2019-08-30 14:59:00 -07:00
node_tests markdown: Render ordered lists using <ol> markup. 2019-09-08 16:42:20 -07:00
zjsunit zjsunit: Add support for using i18n without escaping. 2019-08-01 12:58:11 -07:00
.eslintrc.json lint: Check eslint indentation for casper tests. 2018-05-06 19:35:18 -07:00
run-casper node_cache: Run yarn with --ignore-scripts. 2019-08-26 14:36:03 -07:00