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
Using the Table extension, the Table node does not report the correct startLine.
How to reproduce
## Tabelle
| Datum | Programm | Ort |
| --- | --- | --- |
| 22. Mai | Anreise | Eichberg |
| 23. Mai | Programm | Eichberg |
| 24. Mai | Programm | Eichberg |
| 25. Mai | Programm | Eichberg |
startLine should be 4 but is 5
endLine should be 9 it is 9
Node after parsing is:
Possible solution
As of now I work around it in my renderer by subtracting 1 from the start line
Additional context
No response
Did this project help you today? Did it make you happy in any way?
oh yes ! it is a great project which helps to get full control over the Markdown processing
The text was updated successfully, but these errors were encountered:
Version(s) affected
"2.4.2"
Description
Using the Table extension, the Table node does not report the correct startLine.
How to reproduce
startLine should be 4 but is 5
endLine should be 9 it is 9
Node after parsing is:
Possible solution
As of now I work around it in my renderer by subtracting 1 from the start line
Additional context
No response
Did this project help you today? Did it make you happy in any way?
oh yes ! it is a great project which helps to get full control over the Markdown processing
The text was updated successfully, but these errors were encountered: