Functions§
- header_
text - Extracts the text from a header after
Tag::Heading
has been received. - parse_
name_ and_ section - Splits the text
foo(1)
into “foo” and1
. - unwrap
- Removes tags from the front and back of a string.
Tag::Heading
has been received.foo(1)
into “foo” and 1
.