pub fn extract_block<'a>( text: &'a str, begin: &str, end: &str, ) -> Option<&'a str>
The marked block inside a document, markers included, or None where the text carries no complete block.
None