zulip/zerver/lib/bugdown
Andy Perez 83f563aeff bugdown: Properly parse empty blockquotes.
The character ">" now only starts a blockquote if the resulting
blockquote would be non-empty.  Thus, by itself, ">" is now
interpreted literally by bugdown, fixing #687.  The message
with contents consisting of ">>>" is now parsed as a doubly
(not triply) nested blockquote with contents ">".  Properly
formed blockquotes have identical behavior as before, but now
bugdown can no longer produce empty blockquotes as output.

Fixes #2886, #687.
2017-11-17 11:41:44 -08:00
..
__init__.py bugdown: Properly parse empty blockquotes. 2017-11-17 11:41:44 -08:00
fenced_code.py Removed unused imports of force_bytes. 2017-11-09 10:32:14 -08:00
testing_mocks.py bugdown: Fetch complete data for tweet. 2017-11-07 09:13:39 -08:00
tlds-alpha-by-domain.txt [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00