zulip/frontend_tests/zjsunit
Sara Gulotta 1cb040647b markdown: Add support for spoilers.
This adds support for a "spoiler" syntax in Zulip's markdown, which
can be used to hide content that one doesn't want to be immediately
visible without a click.

We use our own spoiler block syntax inspired by Zulip's existing quote
and math block markdown extensions, rather than requiring a token on
every line, as is present in some other markdown spoiler
implementations.

Fixes #5802.

Co-authored-by: Dylan Nugent <dylnuge@gmail.com>
2020-06-16 16:14:10 -07:00
..
bugdown_assert.js text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
finder.js js: Convert a.indexOf(…) !== -1 to a.includes(…). 2020-02-10 14:08:12 -08:00
handlebars.js tests: Compile Handlebars templates with source maps. 2020-02-18 07:38:46 -05:00
i18n.js js: Convert _.map(a, …) to a.map(…). 2020-02-10 14:08:12 -08:00
index.js refactor: Call compose_fade without triggers. 2020-06-13 15:35:39 -07:00
mdiff.js mdiff: Convert formatter, aliases from object to Map. 2020-05-26 23:33:40 -07:00
namespace.js zjsunit: Clear namespace more aggressively. 2020-02-27 10:21:36 -05:00
stub.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
zblueslip.js zblueslip: Simplify broken error message. 2020-04-24 18:24:12 -04:00
zjquery.js markdown: Add support for spoilers. 2020-06-16 16:14:10 -07:00