mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
This module is used to render the HTML of pages like our user documentation into text for use in open graph previews of those articles. It provided somewhat confusing output in the case that there were paragraph breaks in the original message, because text with multiple paragraphs and list items does't read very well. This commit adds `|` as a delimiter between paragraphs, and prefixes list items with a `*`. Closes #12228
1.4 KiB
1.4 KiB