-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Labels
a-contentParsing and rendering Zulip HTML content, notably message contentsParsing and rendering Zulip HTML content, notably message contents
Milestone
Description
We should handle "spoiler" blocks in message content, i.e. this Zulip feature: https://zulip.com/help/spoilers
Handling these means parsing them in lib/model/content.dart
, and then displaying them appropriately in lib/widgets/content.dart
. For appropriate styling, see the Zulip web app's web/styles/rendered_markdown.css
.
Metadata
Metadata
Assignees
Labels
a-contentParsing and rendering Zulip HTML content, notably message contentsParsing and rendering Zulip HTML content, notably message contents
Type
Projects
Status
Done