This library is great. It would be even more useful if the table conversion is accurate with merged cells.
With the table inside this docx file

I got the parsing results as below:
| 1 | 2 | 3 | 4 | 5 | 6 | |
| --- | --- | --- | --- | --- | --- | --- |
| A | b | c | d | e | f | value |
| I | J | K | L | M |
| P | Q | R | S | T |
After rendering in markdown, it's like
| 1 |
2 |
3 |
4 |
5 |
6 |
|
| A |
b |
c |
d |
e |
f |
value |
| I |
J |
K |
L |
M |
|
|
| P |
Q |
R |
S |
T |
|
|
This library is great. It would be even more useful if the table conversion is accurate with merged cells.
With the table inside this docx file

I got the parsing results as below:
After rendering in markdown, it's like