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

@@ -4,7 +4,7 @@ from django.conf import settings
from django.db.models.query import QuerySet
from django.utils.translation import ugettext as _
from zerver.lib.bugdown import convert as bugdown_convert
from zerver.lib.markdown import convert as bugdown_convert
from zerver.lib.request import JsonableError
from zerver.models import (
DefaultStreamGroup,