zulip/zerver/lib/markdown
Lauryn Menard 5300ad8ca0 api_documentation: Display `null` data type if potential value.
If null is a potential value of data type for a return value or
parameter in the API endpoint, then it is rendered as an option.

This currently relies on the 'nullable' setting in the OpenAPI spec
that was removed in the 3.1.0 release. If/when the OpenAPI version
is updated, then how the `data_type` for parameters and return values
is rendered will need to be reworked.

Fixes #20264.
2021-11-17 13:20:24 -08:00
..
__init__.py markdown: CSS-escape preview links. 2021-10-26 18:17:23 -07: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