Re: Feature request: Unicode bullets
Posted by
jcsalomon on
URL: https://discuss.asciidoctor.org/Feature-request-Unicode-bullets-tp2369p2412.html
Dan “mojavelinux” Allen wrote
Understand that the downside of supporting U+2022 for lists is the matching overhead that's incurred. Because of the rules of the AsciiDoc syntax, the list item regex {1} has to be run on nearly every line in the AsciiDoc document (except for preformatted regions). If we determine the overhead is minimal (or, even better, negligible), then we can consider adding this character.
Can you file an issue report {2} so we can track it?
Filed as asciidoctor/asciidoctor#1177, including a suggested implementation.
—Joel