Skip to content

Allow other types of ordered list styles #465

@sanscontext

Description

@sanscontext

What's wrong? Describe the what you're seeing

I'm dealing with some formatting problems because we have a document for the legal path that requires nested ordered lists in a specific style. I tried a lot of different things, and finally realized that I needed to troubleshoot in the page inspector.
Right now, all <ol> elements are forced to use the green Arabic numbers. I'd like to be able to use the list-stlye-type:

  • lower-roman
  • upper-roman
  • lower-alpha
  • upper-alpha

But right now if I set that in the Inspector, it's still showing the green Arabic numerals.

image

Suggestions for a fix

Allow me to add a tag like {:list-style-type: "lower-roman"} that overrides the list-style-type: none in the CSS, and doesn't use the green numbers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions