@@ -355,6 +355,7 @@ Reference
355355 | A `drop cap <https://www.computerhope.com/jargon/d/dropcap.htm>`__ is typically one
356356 uppercase character, but ``[dropcap]`` supports containing multiple characters.
357357 ``margins`` values are comma-separated and can be positive, zero or negative.
358+ Values must **not** be separated by spaces, or the values won't be parsed correctly.
358359 Negative top and bottom margins are particularly useful to allow the rest of
359360 the paragraph to display below the dropcap.
360361
@@ -879,11 +880,11 @@ Cell options
879880
880881- **padding **
881882
882- +-----------+--------------------------------------------+
883- | `Values ` | 4 comma-separated floating-point numbers |
884- +-----------+--------------------------------------------+
885- | `Default ` | 0, 0, 0, 0 |
886- +-----------+--------------------------------------------+
883+ +-----------+-------------------------------------------------------------------------- +
884+ | `Values ` | 4 comma-separated floating-point numbers (** no space ** after each comma) |
885+ +-----------+-------------------------------------------------------------------------- +
886+ | `Default ` | `` 0,0,0,0 `` |
887+ +-----------+-------------------------------------------------------------------------- +
887888
888889 Left, top, right, and bottom cell padding.
889890
0 commit comments