pub fn parse_flag_section(content: &str, flag_name: &str) -> Option<String>
Extract the raw text body of a %FLAG name` section.
%FLAG
Returns the lines after %FORMAT(...) up to the next %FLAG or EOF.
%FORMAT(...)