set_HandleRepeatedSpaces()

MarkdownSaveOptions::set_HandleRepeatedSpaces(Aspose::Slides::Export::HandleRepeatedSpaces) method

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

void Aspose::Slides::Export::MarkdownSaveOptions::set_HandleRepeatedSpaces(Aspose::Slides::Export::HandleRepeatedSpaces value)

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