Skip to content

Width of tables not working #308

@ian-howell

Description

@ian-howell

Describe the bug
The width of markdown tables is currently fixed at around 78 characters, making them borderline unusable.

To Reproduce
Steps to reproduce the behavior:

  1. Create the following markdown file:
# Terminology
| Term | Definition |
| --- | --- |
| target | The file that is generated by a rule (with the exception of PHONY targets) |
| dependency | A file (or target) that is used to generate a target |
  1. Render it with slides.
  2. Observe that the table is restricted to a narrow margin

Expected behavior
The table should use as much horizontal space as needed before word-wrapping.

Screenshots
image

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