refactor: Rename zerver.lib.bugdown to zerver.lib.markdown .

This commit is first of few commita which aim to change all the
bugdown references to markdown. This commits rename the files,
file path mentions and change the imports.
Variables and other references to bugdown will be renamed in susequent
commits.
This commit is contained in:
Mohit Gupta
2020-06-25 18:30:33 +05:30
committed by Tim Abbott
parent 7c2be24cf8
commit 3f5fc13491
35 changed files with 62 additions and 61 deletions

View File

@@ -170,7 +170,7 @@ We have a separate Markdown extension to document the parameters that
an API endpoint supports. You'll see this in files like
`templates/zerver/api/render-message.md` via the following Markdown
directive (implemented in
`zerver/lib/bugdown/api_arguments_table_generator.py`):
`zerver/lib/markdown/api_arguments_table_generator.py`):
```
{generate_api_arguments_table|zulip.yaml|/messages/render:post}