|
| Summary: |
Nested numbered list as not serialized correctly |
| Issue Type: |
Bug |
| Affects Versions: |
18.0.1 |
| Assignee: |
Unassigned |
| Components: |
Blocknote |
| Created: |
11/Feb/26 14:53 |
| Priority: |
Major |
| Reporter: |
Manuel Leduc |
| Description: |
Note: The affect version is inaccurate and must be refined. Reproduction steps
- Create a numbered list with 3 items: A, B, and C
- Select B and C then click "next block" on the floating toolbar
- Observe the serialized markdown
Expected
Unable to find source-code formatter for language: markdown. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
1. A
1. B
1. C
Actual See how B is wrongly indented.
Unable to find source-code formatter for language: markdown. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
1. A
1. B
2. C
|
|