HandleRepeatedSpaces enumeration

HandleRepeatedSpaces enumeration

Specifies how repeated regular space characters should be handled during Markdown export.

The HandleRepeatedSpaces type exposes the following members:

Fields

FieldDescription
NONEAll spaces are preserved as regular space characters without any changes.
No transformation is applied, and multiple consecutive spaces are exported as-is.
ALTERNATE_SPACES_TO_NBSP
MULTIPLE_SPACES_TO_NBSP

See Also