# Functions
Parse parses source r into a Codelab using a parser registered with the specified name.
ParseFragment parses a codelab fragment provided in r, using a parser registered with the specified name.
Parsers returns a slice of all registered parser names.
Register registers a new parser f under specified name.
# Interfaces
Parser parses a codelab in specific resource format.