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

Bullets appear in tasks lists #43

Open
1 task done
snorky22 opened this issue Nov 1, 2022 · 1 comment
Open
1 task done

Bullets appear in tasks lists #43

snorky22 opened this issue Nov 1, 2022 · 1 comment
Assignees
Labels
Enhancement Issues that will iterate on existing functionality.

Comments

@snorky22
Copy link

snorky22 commented Nov 1, 2022

Describe the bug

When tasks lists are created, the checkboxes are preceded by bullets (see screenshot in vanilla HTML+CSS attached using Safari WebKit)
CleanShot 2022-11-01 at 10 13 21@2x
Indeed, the code is
CleanShot 2022-11-01 at 10 15 00@2x

Expected Behavior

It would be nice to add a custom class for the <ul> or <li>elements so that the bullet can be removed.

Relevant log output

No response

Environment

I have written a RapidWeaver stack which basically gives ParsedownExtended the markdown code that has been input in the GUI. The PHP code is

<?php
	$Extra = new ParsedownExtended([
    "math" => true,
    "toc" => true,
    "typographer" => true,
    "sup" => true,
    "sub" => true

]);
	echo $Extra->text('%html%');
?>

where %html% is a macro that is replaced by the actual markdown code upon publishing the website.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@snorky22 snorky22 added the Bug Something isn't working label Nov 1, 2022
@BenjaminHoegh BenjaminHoegh added Verified A issue there has been confirmed by the devs and removed Verified A issue there has been confirmed by the devs labels Nov 1, 2022
@BenjaminHoegh
Copy link
Owner

I could update the script so you can add a class or a id to the list. By default ParsedownExtended doesn't add any styles

@BenjaminHoegh BenjaminHoegh added Enhancement Issues that will iterate on existing functionality. and removed Bug Something isn't working labels Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Issues that will iterate on existing functionality.
Projects
None yet
Development

No branches or pull requests

2 participants