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.
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:
Expected behavior A clear and concise description of what you expected to happen.
Expected output:
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.