Handle headings <h1>
…<h5>
, as well as <h6>
#192
Labels
a-content
Parsing and rendering Zulip HTML content, notably message contents
beta feedback
Things beta users have specifically asked for
Milestone
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 inlib/widgets/content.dart
.For appropriate styling, see the Zulip web app's
web/styles/rendered_markdown.css
.The text was updated successfully, but these errors were encountered: