Skip to content

Emphasize heading titles in messages #1095

@neiljp

Description

@neiljp

It's possible to indicate "headings" at different levels, akin to h1-h6 in html, using markdown - this currently just appears as plain text.

This would be a good issue for someone new; here are some suggestions for implementation:

  • identify the html generated by the server (inspect in the browser)
  • examine the existing tests for soup2markup and think how they'd be extended
  • add heading styles in themes (and required styles) and add a case to the soup2markup test (this new test should fail)
  • explore where the code needs adding in soup2markup; add it and ensure the test now passes :)
  • test manually in #test here on chat.zulip.org :)
  • file a PR :)

A later addition would be to add support for multiple levels of heading, such as re-adding the number of leading #'s, or some other design.

Please check-in on #zulip-terminal on chat.zulip.org if you have questions :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions