-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
a-contentParsing and rendering Zulip HTML content, notably message contentsParsing and rendering Zulip HTML content, notably message contentsbeta feedbackThings beta users have specifically asked forThings beta users have specifically asked for
Milestone
Description
Currently the prototype handles <h6>
elements, but not headings of higher levels <h5>
up to <h1>
. We should handle the higher-level headings too.
This means parsing them in lib/model/content.dart
, and then styling 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 contentsbeta feedbackThings beta users have specifically asked forThings beta users have specifically asked for
Type
Projects
Status
Done