Xteink-X4-crosspoint-reader/lib/Epub/Epub
Maeve Andrews e517945aaa
Add a bullet to the beginning of any <li> (#368)
Currently there is no visual indication whatsoever if something is in a
list. An `<li>` is essentially just another paragraph.

As a partial remedy for this, add a bullet character to the beginning of
`<li>` text blocks so that the user can see that they're list items.
This is incomplete in that an `<ol>` should also have a counter so that
its list items can get numbers instead of bullets (right now I don't
think we track if we're in a `<ul>` or an `<ol>` at all), but it's
strictly better than the current situation.

Co-authored-by: Maeve Andrews <maeve@git.mail.maeveandrews.com>
2026-01-14 23:23:03 +11:00
..
blocks Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
parsers Add a bullet to the beginning of any <li> (#368) 2026-01-14 23:23:03 +11:00
BookMetadataCache.cpp fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332) 2026-01-13 00:57:34 +11:00
BookMetadataCache.h Feature: go to text/start reference in epub guide section at first start (#156) 2025-12-30 23:02:46 +11:00
Page.cpp Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
Page.h Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
ParsedText.cpp Only indent paragraphs for justify/left-align (#367) 2026-01-14 23:21:48 +11:00
ParsedText.h Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
Section.cpp Add paragraph alignment setting (justify/left/center/right) (#191) 2026-01-02 18:21:48 +11:00
Section.h Add paragraph alignment setting (justify/left/center/right) (#191) 2026-01-02 18:21:48 +11:00