Replies: 2 comments 7 replies
-
See issue #2418 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since it is something I'm planning to use, I have written a small extension with the previous use cases. Just in case it is useful to someone, I'll leave it here: https://github.com/joapuiib/pymdown-fancylists Thanks! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be nice to have an extension that supported all type of lists:
Default (numbers).
Upper case letters (
type="A"
)Lower case letters (
type="a"
)Upper case roman numbers (
type="I"
)Lower case roman numbers (
type="i"
)Also, could be nice to be able to set the
start
number/letter, just assane_lists
does.Beta Was this translation helpful? Give feedback.
All reactions