maaslalani / slides

Terminal based presentation tool
http://maaslalani.com/slides/
MIT License
9.85k stars 271 forks source link

Markdown table not aligning #306

Open gruelingpine185 opened 3 months ago

gruelingpine185 commented 3 months ago

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):

Additional context Add any other context about the problem here.