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

Merged
merged 2 commits into from
Feb 3, 2025
Merged

feat: render bullet lists #321

merged 2 commits into from
Feb 3, 2025

Conversation

mooons
Copy link
Contributor

@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 :)

@sigaloid
Copy link
Member

sigaloid commented Feb 3, 2025

This looks good! Added a test based on the linked example. Thanks for the PR!

@sigaloid sigaloid merged commit 96ad7bf into redlib-org:main Feb 3, 2025
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.

2 participants