Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: render bullet lists #321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: render bullet lists #321

wants to merge 1 commit into from

Conversation

mooons
Copy link

@mooons mooons commented Nov 14, 2024

I found that bullet lists (unordered lists) were not rendered with redlib. This patch fixes that.

Example: https://www.reddit.com/r/Monitors/comments/69gu2z/lg_24mp59gp_settingscalibration_guide/

Before this change, all bullet items are squished together, making it hard to read:

before

After the change, bullet list is properly rendered with <ul> and <li> tags:

after

Pls kindly review :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant