mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user