You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reST's list tables are quite hard to read when inspecting
the source of the documents.
There are other 3 ways to create tables in reST: grids tables,
CSV tables and simple tables. Plus, of course, the "manual"
way of using a code block with custom formatting.
Use simple tables since they are lightweight and we do not need
the features of the more complex tables.
Suggested-by: Akira Yokosawa <[email protected]>
Suggested-by: Jonathan Corbet <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
0 commit comments