zulip/zerver/lib/markdown
Alex Vandiver 19f891968d markdown: Increase the maximum number of image previews per message.
The limit here is purely to prevent breakage in case of a pathological
number of images in a single message; 5 images is entirely possible in
a reasonable message, and causes user confusion when they are not
expended.

Increase the limit to 10 per message.
2022-01-14 11:30:07 -08:00
..
__init__.py markdown: Increase the maximum number of image previews per message. 2022-01-14 11:30:07 -08:00
api_arguments_table_generator.py api_documentation: Display `null` data type if potential value. 2021-11-17 13:20:24 -08:00
api_return_values_table_generator.py markdown: Organize preprocessor priorities in one place. 2021-09-20 16:57:43 -07:00
fenced_code.py markdown: Organize preprocessor priorities in one place. 2021-09-20 16:57:43 -07:00
help_emoticon_translations_table.py markdown: Organize preprocessor priorities in one place. 2021-09-20 16:57:43 -07:00
help_relative_links.py markdown: Organize preprocessor priorities in one place. 2021-09-20 16:57:43 -07:00
help_settings_links.py user docs: Add documentation for configuring new user defaults. 2021-09-21 16:43:35 -07:00
include.py markdown: Organize preprocessor priorities in one place. 2021-09-20 16:57:43 -07:00
nested_code_blocks.py markdown: Organize preprocessor priorities in one place. 2021-09-20 16:57:43 -07:00
preprocessor_priorities.py markdown: Document built-in preprocessor priorities for convenience. 2021-09-27 10:42:09 -07:00
tabbed_sections.py user docs: Document public vs. private stream creation permissions. 2021-10-06 17:33:19 -07:00
testing_mocks.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00