Previous post of mine months ago mentions ::marker not working and I periodically retry to see if it has been added. I stumbled on a new fact for me, in that it still does not work in calibre's editor, calibre's conversion to PDF, or calibre's Viewer, but it does work with calibre's Content Server.
Quote:
<style> ul li::marker {content: "x" ; color: red; font-size: 300% ; }
ol li::marker {content: "✓" ; color: green; font-size: 300% ; } </style>
|
Screenshot shows Content Viewer works, but not Editor, Viewer, PDF.
Best Regards, Pop