Function parse_section_reference

Source
fn parse_section_reference(remainder: &str) -> (String, String)
Expand description

For the “Section Reference” line type, there are two fields

  • First field: external Process to reference
  • Second field: Section ‘title’ to reference in that external file

This function expects 2 fields, but handles all cases.