Home > @jsamr/counter-style > CounterStyleRenderer > withSuffix
Create a new renderer which replaces or removes this renderer suffix.
See CSS Counter Styles Level 3, Symbols after the marker: the suffix descriptor.
Signature:
withSuffix(suffix: string | null): CounterStyleRenderer;
Parameter | Type | Description |
---|---|---|
suffix | string | null | A suffix, or null to remove the default suffix. |
Returns: