zulip/zerver/lib/markdown
Kartik Srivastava 6d514c7f78 markdown: Fix rendering of nested objects in API return values.
`render_table` calls itself recursively when it finds nested
`additionalProperties` (i.e. nested objects) in response schema,
to render their properties.

This fixes `render_table` to call `render_desc` along with
calling itself, to render the description of the nested
`additionalProperties` as well.
2022-08-04 16:34:13 -07:00
..
__init__.py docs: Remove some outdated references to thumbnailing.md doc. 2022-07-12 17:44:24 -07:00
api_arguments_table_generator.py markdown: Rename preprocessor_priorities module to priorities. 2022-06-26 17:36:31 -07:00
api_return_values_table_generator.py markdown: Fix rendering of nested objects in API return values. 2022-08-04 16:34:13 -07:00
fenced_code.py markdown: Rename preprocessor_priorities module to priorities. 2022-06-26 17:36:31 -07:00
help_emoticon_translations_table.py markdown: Rename preprocessor_priorities module to priorities. 2022-06-26 17:36:31 -07:00
help_relative_links.py markdown: Rename preprocessor_priorities module to priorities. 2022-06-26 17:36:31 -07:00
help_settings_links.py markdown: Rename preprocessor_priorities module to priorities. 2022-06-26 17:36:31 -07:00
include.py requirements: Upgrade Python requirements. 2022-07-05 17:54:17 -07:00
nested_code_blocks.py markdown: Rename preprocessor_priorities module to priorities. 2022-06-26 17:36:31 -07:00
priorities.py openapi: Fuse generate_api_title with generate_api_description. 2022-07-22 16:41:55 -07:00
tabbed_sections.py markdown: Rename preprocessor_priorities module to priorities. 2022-06-26 17:36:31 -07:00
testing_mocks.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00