Field HeadingPathSeparator
" \u203A " — U+203A between two spaces. Joins and splits heading_path;
headings are sanitised against it at chunk time so the split round-trips (spec 8.3).
public const string HeadingPathSeparator = " › "
Returns
- string
- " \u203A " — U+203A between two spaces. Joins and splits heading_path; headings are sanitised against it at chunk time so the split round-trips (spec 8.3).