Skip to content

Problems with using Attribute Lists for colspan and rowspan in tables #587

@AndreWin

Description

@AndreWin

Hello!

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:

image

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?

Best regards,
Andrey.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions