Docsv2.12.12
Back to API Reference
Class

LineBreakParseRule

sealed
Inherits:IParseRule

Replaces the void <br> tag with a soft line break (U+2028 LINE SEPARATOR): the line wraps but stays in the same paragraph, keeping the surrounding direction and taking no inter-paragraph spacing — like HTML <br> or a word-processor Shift+Enter. A paragraph break is a literal newline (Enter) instead. Matches <br>, <br/> and <br /> case-insensitively with HTML void-element semantics: no closing tag, no nested content.

public int Priority{ get }
public bool IsStandalone{ get }
public int TryMatch()

See Also