jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
210 stars 61 forks source link

Table alignment in list-tables #435

Open KyleTCL opened 1 year ago

KyleTCL commented 1 year ago

Which area is this feature request for?

MyST Markdown Syntax

Describe the feature you'd like to request

Enable table alignment in list tables.

Also, currently table alignment is broken, as reported by #238 .

Describe the solution you'd like

:::{table}
:header-rows: 1
:name: example-table
:align: left,center,right

- - Header 1
  - Header 2
  - Header 3
- - Left-aligned text
  - Centered text
  - Right-aligned text
:::

Maybe use something like align option to specify alignment. Thank you!

Describe alternatives you've considered

No response

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada: