-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change adds a new option `--list-style` so users can choose which character all bulleted lists use for their marker. The [commonmark spec] supports three options for bullet markers: `-`, `*`, `+` which is also now the case here. Previously, when comrak (or cmark-gfm) rendered markdown, it would pick `-` which is now the default. This also adds the ability to optionally provide custom ComrakOptions when testing. If the defaults are fine, you can pass `None`. [commonmark spec]: https://spec.commonmark.org/0.30/#bullet-list-marker
- Loading branch information
1 parent
e23a579
commit 3e493e0
Showing
5 changed files
with
106 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters