You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ordered list cannot preserve the continuity in some common use scenarios.
The only way I found that can retain the continuity of the list is by inputting something like:
1. First item
2. Second item
3. Third item
1. Indented item
2. Indented item
4. Fourth item
Steps to reproduce
Just simply input text like:
1. First item
2. Second item
3. Third item
- Indented item
- Indented item
4. Fourth item
1. First item
2. Second item
3. Third item
- [ ] Indented item
- [ ] Indented item
4. Fourth item
1. First item
2. Second item
3. Third item
3.1 Indented item
3.2 Indented item
4. Fourth item
The version of Memos you're using.
v0.23.0
Screenshots or additional context
The text was updated successfully, but these errors were encountered:
Hello Ben, I've been investigating this issue. In the demo version of the app the use cases you provided seem to be working correctly.
If I work on the assumption that memos parses and then restores the markdown using this gomark library.
I put together some tests to locally test the use case and I get proper results as well locally.
When I use the demo website for the long use case I do get weird behaviour @boojack@johnnyjoygh
Locally this behavior is not happening for me as of Jan 8. I could be wrong as how memos uses gomark or the demo site could be using a old version gomark or this could be a memos issue instead of a gomark issue
Describe the bug
Ordered list cannot preserve the continuity in some common use scenarios.
The only way I found that can retain the continuity of the list is by inputting something like:
Steps to reproduce
Just simply input text like:
The version of Memos you're using.
v0.23.0
Screenshots or additional context
The text was updated successfully, but these errors were encountered: