Pull the first # โฆ H1 line out of the brief body. Skips YAML frontmatter (the leading ---\nโฆ\n--- block) before scanning so a YAML key with # inline comment markers can't mislead the extractor. Returns null if no H1 is found.
# โฆ
---\nโฆ\n---
# inline comment
null
Pull the first
# โฆH1 line out of the brief body. Skips YAML frontmatter (the leading---\nโฆ\n---block) before scanning so a YAML key with# inline commentmarkers can't mislead the extractor. Returnsnullif no H1 is found.