Handle <time>
elements ("global times")
#354
Labels
a-content
Parsing and rendering Zulip HTML content, notably message contents
Milestone
We should handle
<time>
elements. These are the output of the Zulip "global times" feature: https://zulip.com/help/global-timesHandling these means parsing them in
lib/model/content.dart
, and then styling them appropriately inlib/widgets/content.dart
. For appropriate styling, see the Zulip web app'sweb/styles/rendered_markdown.css
.The text was updated successfully, but these errors were encountered: