Skip to content

Markdown table not aligning #306

@gruelingpine185

Description

@gruelingpine185

Describe the bug
A clear and concise description of what the bug is.

Markdown has a syntax for making adjustments to the alignment of text within tables. It appears that alignment is happening, but not according to to the specified syntax within the table.

To Reproduce
Steps to reproduce the behavior:

Input:

| left | center | right |
| :---  | :----: | ----: |
| L | C | R |

Expected behavior
A clear and concise description of what you expected to happen.

Expected output:

left center right
L C R

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2024-08-07 at 1 55 29 PM
Screenshot 2024-08-07 at 1 55 37 PM

Desktop (please complete the following information):

  • OS: MacOS
  • Version 14.4.1

Additional context
Add any other context about the problem here.

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