We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using Mark.withId I found that it gives same id's for blocks that coming after text blocks. Example is here: https://ellie-app.com/6DnZGxT3Rvda1
Mark.withId
elm=0.19 elm-markup=3.0.1
The text was updated successfully, but these errors were encountered:
In example we can see that two blocks have id=7, and the next two have id=9.
Sorry, something went wrong.
Actually, in example, even if you replace text blocks with
|> Paragraph Lorem ipsum dolor
and add such a block, it still will produce same result with repeating id's.
New example: https://ellie-app.com/6DrkKzmq3p6a1
No branches or pull requests
When using
Mark.withId
I found that it gives same id's for blocks that coming after text blocks.Example is here: https://ellie-app.com/6DnZGxT3Rvda1
elm=0.19
elm-markup=3.0.1
The text was updated successfully, but these errors were encountered: