Skip to content

[Feature request] Add support for THEAD & TBODY tags #119

@aledeg

Description

@aledeg

Today, I've tried to convert markdown to pdf. For the most part, it works well. Unfortunatly, I cannot convert tables since the markdown library adds thead and tbody when parsing the following syntax:

| x | 1 | 2 | 3 | 4  |
|---|---|---|---|----|
| 1 | 1 | 2 | 3 | 4  |
| 2 | 2 | 4 | 6 | 8  |
| 3 | 3 | 6 | 9 | 12 |

See #58

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions