Skip to content

I can't use unorderedListItemPrefix for orderedList #304

@willyou

Description

@willyou

Hello there, I want to remove the ordered list prefix item:
Turn this

1. abc
2. abcd
3. abcde

into

abc
abcd
abcde

I tried to use

  1. the formatter to achieve what I wanted but had no luck.
  2. selectors: [ { selector: 'ol', options: { itemPrefix: ' ' } } ]

selector ul will work, but ol won't work.
This worked for me.

selectors: [ { selector: 'ol', options: { itemPrefix: '  ' } } ]

So I am wondering is it supported already? Or, is there any workaround I can follow to achieve my goal?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions