mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This test suite works by using the expected_output and new text_output fields in the bugdown test cases to verify that each syntax is correctly translated by this new function. Some of these translations, like strikethrough, are kinda poor; but this framework should make it easy to iterate on the formatting. Fixes: #6720.