mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
bugdown: Update outdated comment about Zulip's heading support.
This commit is contained in:
committed by
Tim Abbott
parent
862515b7a4
commit
cd7396e732
@@ -1860,8 +1860,7 @@ class Bugdown(markdown.Markdown):
|
||||
# We disable the following blockparsers from upstream:
|
||||
#
|
||||
# indent - replaced by ours
|
||||
# hashheader - disabled, since headers look bad and don't make sense in a chat context.
|
||||
# setextheader - disabled, since headers look bad and don't make sense in a chat context.
|
||||
# setextheader - disabled; we only support hashheaders for headings
|
||||
# olist - replaced by ours
|
||||
# ulist - replaced by ours
|
||||
# quote - replaced by ours
|
||||
|
||||
Reference in New Issue
Block a user