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

fix:Allow supply any character as bullet in lists #95

Closed
wants to merge 3 commits into from

Conversation

xmagor
Copy link

@xmagor xmagor commented Jan 24, 2022

To allow defined specific character, either literally or as a Unicode escape
sequence.

For example taken from list reportlab examples:

    <ul>
        <li value="&#x2022;"><para style="normal">Bullet, defined by unicode code point</para></li>
    </ul>

The character can be either literally or as a Unicode escape
sequence
@icemac icemac requested a review from strichter January 25, 2022 07:34
@regebro
Copy link
Contributor

regebro commented Mar 17, 2023

Thanks for raising this issue. This is not the correct solution, as this would allow any 1 character text in any Choice field, but I have made a PR that fixes this: #113 I have to verify the Reportlab behavior before merging this, though.

Thanks again!

@regebro regebro closed this Mar 17, 2023
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.

None yet

2 participants