refactor: Rename bugdown to markdown in misc. files.

This commit is part of series of commits aimed at renaming bugdown to
markdown.
This commit is contained in:
Mohit Gupta
2020-06-30 03:06:12 +05:30
committed by Tim Abbott
parent bca4b4ee0c
commit c16c713060
4 changed files with 8 additions and 6 deletions

View File

@@ -193,7 +193,7 @@ have untracked files in your Zulip checkout safely). So if you get a
the existing codebase:
```
mypy | zerver/models.py:1234: note: Import of 'zerver.lib.bugdown_wrappers' ignored
mypy | zerver/models.py:1234: note: Import of 'zerver.lib.markdown_wrappers' ignored
mypy | zerver/models.py:1234: note: (Using --follow-imports=error, module not passed on command line)
```