Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<ol>Support of <li value = "" #170

Open
MotoMannequin opened this issue Feb 18, 2022 · 0 comments
Open

<ol>Support of <li value = "" #170

MotoMannequin opened this issue Feb 18, 2022 · 0 comments
Labels
feature A new business feature request A request for a new feature or enhancement

Comments

@MotoMannequin
Copy link

Report issue

The <ol> tag does not support <li value="x"> for non-continuous lists

Given the following HTML:

<ol>
<li>First</li>
<li value = "100">Hundredth</li>
</ol>

Expected behavior

1: First
100: Hundredth

Actual Behaviour

1: First
2: Hundredth

Steps to reproduce the problem

Convert the above HTML to markdown.

@baynezy baynezy added the request A request for a new feature or enhancement label Dec 5, 2023
@baynezy baynezy added the feature A new business feature label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new business feature request A request for a new feature or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants