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
I create documentation in mkdocs and use markdown.extensions.tables and markdown.extensions.attr_list extensions.
I created the following table:
| A | B ||:-:|:-:|| 1 {rowspan=2}| 2 || 3 |
I got the following result:
It seems to me, that table extension always generate the same td cells in each rows as in header. I'd like to turn off this feature. How can I quickly fix this?