Back to API Reference
Class
SeparatorParseRule
sealed
Inherits:IParseRule
Replaces the void separator tag (default <sep>) with the configured separator string and marks the inserted range for a paired SeparatorModifier.
Remarks
Matches <sep>, <sep/> and <sep=value>, where value overrides
Separator for that occurrence — quote it to keep surrounding spaces: <sep=" ● ">. A stray </sep> is consumed and renders nothing.