@@ -355,14 +355,16 @@ Reference
355
355
| A `drop cap <https://www.computerhope.com/jargon/d/dropcap.htm>`__ is typically one
356
356
uppercase character, but ``[dropcap]`` supports containing multiple characters.
357
357
``margins`` values are comma-separated and can be positive, zero or negative.
358
+ Values must **not** be separated by spaces; otherwise, the values won't be parsed correctly.
358
359
Negative top and bottom margins are particularly useful to allow the rest of
359
360
the paragraph to display below the dropcap.
360
361
361
362
- ``[dropcap font={font} font_size={size} color={color} outline_size={size} outline_color={color} margins={left},{top},{right},{bottom}]{text}[/dropcap] ``
362
363
363
364
* - | **opentype_features **
364
365
| Enables custom OpenType font features for ``{text}``. Features must be provided as
365
- a comma-separated ``{list}``.
366
+ a comma-separated ``{list}``. Values must **not** be separated by spaces;
367
+ otherwise, the list won't be parsed correctly.
366
368
367
369
- | ``[opentype_features={list}] ``
368
370
| ``{text}``
@@ -508,7 +510,7 @@ Paragraph options
508
510
- **justification_flags **, **jst **
509
511
510
512
+-----------+--------------------------------------------------------------------------------------------------------+
511
- | `Values ` | Comma-separated list of the following values: |
513
+ | `Values ` | Comma-separated list of the following values (no space after each comma): |
512
514
| | ``kashida `` (or ``k ``), ``word `` (or ``w ``), ``trim `` (or ``tr ``), ``after_last_tab `` (or ``lt ``), |
513
515
| | ``skip_last `` (or ``sl ``), ``skip_last_with_chars `` (or ``sv ``), ``do_not_skip_single `` (or ``ns ``). |
514
516
+-----------+--------------------------------------------------------------------------------------------------------+
@@ -780,11 +782,11 @@ Font options
780
782
781
783
- **opentype_variation **, **otv **
782
784
783
- +-----------+------------------------------------------------------+
784
- | `Values ` | Comma-separated list of the OpenType variation tags. |
785
- +-----------+------------------------------------------------------+
786
- | `Default ` | |
787
- +-----------+------------------------------------------------------+
785
+ +-----------+---------------------------------------------------------------------------------- +
786
+ | `Values ` | Comma-separated list of the OpenType variation tags (no space after each comma) . |
787
+ +-----------+---------------------------------------------------------------------------------- +
788
+ | `Default ` | |
789
+ +-----------+---------------------------------------------------------------------------------- +
788
790
789
791
Font OpenType variation coordinates. See `OpenType variation tags <https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxisreg >`__.
790
792
@@ -796,11 +798,11 @@ Font options
796
798
797
799
- **opentype_features **, **otf **
798
800
799
- +-----------+----------------------------------------------------+
800
- | `Values ` | Comma-separated list of the OpenType feature tags. |
801
- +-----------+----------------------------------------------------+
802
- | `Default ` | |
803
- +-----------+----------------------------------------------------+
801
+ +-----------+-------------------------------------------------------------------------------- +
802
+ | `Values ` | Comma-separated list of the OpenType feature tags (no space after each comma) . |
803
+ +-----------+-------------------------------------------------------------------------------- +
804
+ | `Default ` | |
805
+ +-----------+-------------------------------------------------------------------------------- +
804
806
805
807
Font OpenType features. See `OpenType features tags <https://docs.microsoft.com/en-us/typography/opentype/spec/featuretags >`__.
806
808
@@ -879,11 +881,11 @@ Cell options
879
881
880
882
- **padding **
881
883
882
- +-----------+--------------------------------------------+
883
- | `Values ` | 4 comma-separated floating-point numbers |
884
- +-----------+--------------------------------------------+
885
- | `Default ` | 0, 0, 0, 0 |
886
- +-----------+--------------------------------------------+
884
+ +-----------+-------------------------------------------------------------------------- +
885
+ | `Values ` | 4 comma-separated floating-point numbers (no space after each comma) |
886
+ +-----------+-------------------------------------------------------------------------- +
887
+ | `Default ` | `` 0,0,0,0 `` |
888
+ +-----------+-------------------------------------------------------------------------- +
887
889
888
890
Left, top, right, and bottom cell padding.
889
891
0 commit comments