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
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