get_HandleRepeatedSpaces()

MarkdownSaveOptions::get_HandleRepeatedSpaces() const method

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

Aspose::Slides::Export::HandleRepeatedSpaces Aspose::Slides::Export::MarkdownSaveOptions::get_HandleRepeatedSpaces() const

Remarks

This property defines whether consecutive spaces are:* preserved as regular space characters,

  • alternated between regular spaces and non-breaking space entities ( ),
  • or fully replaced (after the first) with   to preserve visual alignment in Markdown output.

The default value is HandleRepeatedSpaces::AlternateSpacesToNbsp.

See Also