File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -106,19 +106,21 @@ Lists and tables help split heavy content into manageable chunks.
106
106
107
107
To make tables maintainable and easy to translate,
108
108
use the ``list-table `` directive, as described in the Tarantool
109
- :doc: `table markup reference </contributing/docs/markup/tables >`__ .
109
+ :doc: `table markup reference </contributing/docs/markup/tables >`.
110
110
111
111
Translators find it hard to work with content "drawn" with ASCII characters,
112
112
because it requires adjusting the number of spaces and manually counting characters.
113
113
114
114
Bad example:
115
115
116
116
.. image :: images/dont.png
117
+ :width: 400
117
118
:alt: Don't "draw" tables with ASCII characters
118
119
119
120
Good example:
120
121
121
122
.. image :: images/do.png
123
+ :width: 400
122
124
:alt: Use the "list-table" directive instead
123
125
124
126
You can’t perform that action at this time.
0 commit comments