Skip to content

Is it possible to implement tables with two headers in pandoc? #77

Open
@aubertc

Description

@aubertc

Typically, the following

| | Increment | Decrement |
| ------- | ------- | ------- |
| Postfix | `myVar++` | `myVar--` |
| Prefix | `++myVar` | `--myVar` |

should be rendered as a "two header table" to comply with

https://webaim.org/techniques/tables/data#th

as far as I understand.

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