How can I add orderList with letter or roman character #1841
Answered
by
cadars
truonglocbinh
asked this question in
Questions & Help
-
Hi, I've use tiptap and I can make orderList with number like below
But I want to change number to letter or roman character like below
How can I do this. Please help me. |
Beta Was this translation helpful? Give feedback.
Answered by
cadars
Sep 4, 2021
Replies: 1 comment
-
To change how the list markers look like, specify the But to change how you input ordered lists, you would need to extend the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
philippkuehn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To change how the list markers look like, specify the
list-style-type
you want in CSS:https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type
But to change how you input ordered lists, you would need to extend the
ordered-list
extension.