Xteink-X4-crosspoint-reader/lib/Epub/Epub/parsers
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
..
ChapterHtmlSlimParser.cpp Add a bullet to the beginning of any <li> (#368) 2026-01-14 23:23:03 +11:00
ChapterHtmlSlimParser.h Add paragraph alignment setting (justify/left/center/right) (#191) 2026-01-02 18:21:48 +11:00
ContainerParser.cpp Thoroughly deinitialise expat parsers before freeing them (#103) 2025-12-22 17:16:39 +11:00
ContainerParser.h Small code cleanup (#83) 2025-12-21 15:43:53 +11:00
ContentOpfParser.cpp fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332) 2026-01-13 00:57:34 +11:00
ContentOpfParser.h Add EPUB 3 nav.xhtml TOC support (#197) 2026-01-03 19:10:35 +11:00
TocNavParser.cpp fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332) 2026-01-13 00:57:34 +11:00
TocNavParser.h Add EPUB 3 nav.xhtml TOC support (#197) 2026-01-03 19:10:35 +11:00
TocNcxParser.cpp fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332) 2026-01-13 00:57:34 +11:00
TocNcxParser.h New book.bin spine and table of contents cache (#104) 2025-12-24 22:36:13 +11:00