Skip to content

Multiline in table header #69

@Yankie

Description

@Yankie

Hello!
It seems that in case of multiline header your plug-in somehow miss to add thead_close and thus it crash markdown-it-attrs.
But in case multiline on tbody everything is ok.

| Col | Col | \
| 1 | 2 |
| ---: | :---|
|1|2| \
|3|4|
| ^^ |6|

{.dataTable}

I tried to run into code but stucked in somewhere here

tag = (trToken.meta.type === 0x00100) ? 'thead' : 'tbody';

Thanks for a great work and useful plugin. :)

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