Table Usage #932
72757373656c6c
started this conversation in
General
Table Usage
#932
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are 5 ways to create tables. I am looking at converting tables containing command options, configuration changes, and code snippets. In Sphinx-MyST, I'm leaning towards the
eval-rst
because I can span columns and rows and they are the closest to hand-drawn tables. Thelist-table
directive is my next choice because a user doesn't have to spend time formatting a table with spaces, dashes, and vertical bars, although the formatted tables are easier to read in the original source markdown documents. It looks like the github format is the only one with cell alignment.If anyone would like to discuss their usage of working with tables it would be appreciated.
Note
You cannot use the colon code fence with
eval-rst
.Beta Was this translation helpful? Give feedback.
All reactions