Skip to content

Support start property for ordered list #266

Closed
@jhass

Description

@jhass

Currently an ordered list like

<ol start="5">
  <li>Foo</li>
  <li>Bar</li>
</ol>

renders as

  1. Foo
  2. Bar

It would be great if it could render as

  1. Foo
  2. Bar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions