package
1.2.1
Repository: https://github.com/qwiklabs/codelab-tools.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package md implements a parser for CLaaT.

# 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.