API Reference
Class
MarkdownBlankLines
Helpers for normalizing blank-line runs in markdown text.
Inheritance
- Object
- MarkdownBlankLines
Methods
public static String CollapseDuplicateBlankLines(String markdown) #Returns:
StringCollapses consecutive blank lines into a single blank line while preserving the input line-ending style.
Parameters
- markdown System.String
- Markdown source.
Returns
Markdown with duplicate blank lines collapsed.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object