pub fn doc_for_header_at(source: &str, header_start: usize) -> Option<String>Expand description
The documentation for the ## header starting at header_start: the body
of a ## Note block IMMEDIATELY above it (the nearest preceding header
must be the Note — any other header in between means no doc).