Skip to content

table directive #23

Closed as duplicate of#112
Closed as duplicate of#112
Enhancement
@Mpdreamz

Description

@Mpdreamz

Table

Kind Link
Reference https://mystmd.org/guide/directives#directive-table
Documentation https://mystmd.org/guide/tables#table-directive

Implementation

  • Parses directives and aliases
  • Emits HTML
  • Unit tests
  • Validation (emits, warnings and errors).

Specification compliance:

  • Argument (parsed) - An optional table caption
  • Body (parsed, required)
  • Options
    • label, name (string) - Label the table to be cross-referenced or explicitly linked to.
    • enumerated, numbered (boolean) - Turn on/off the numbering for the specific table
    • enumerator, number (string) - Explicitly set the table number
    • class (string) -CSS classes to add to your table.
      • Special classes include:
      • full-width changes the table environment to cover two columns in LaTeX
    • align (string)

Metadata

Metadata

Assignees

No one assigned

    Labels

    authoringRelates to our markdown parser

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions