pub fn parse(src: &str) -> TaskFileExpand description
Parse a markdown task file. It is line-based (no CommonMark dependency): a
heading starts a task, the first fenced block under it is the script, and
Key: value lines set metadata. Parsing is infallible; problems are reported
in TaskFile::warnings rather than dropped to silence. CRLF endings are
normalized.