Skip to content

Handle <hr> horizontal lines #353

Closed
@gnprice

Description

@gnprice

We should handle the <hr> element.

This element means a "thematic break", shown as a dividing line; the name stands for "horizontal rule". It's the result of a --- line in Markdown.

Handling these 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 contentsbeta feedbackThings beta users have specifically asked for

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions