pub fn parse_inline_chunk_header(info_string: &str) -> Option<InlineChunkHeader>Expand description
Try to parse the info string of a fenced code block as a Quarto inline
chunk header. Accepts both {r} and {r, label=foo} shapes; returns
None for plain display blocks like ```r.