-
-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Description
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.
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
Labels
No labels