-
-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Labels
Milestone
Description
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 :)