Discover Packages
bitbucket.org/djr2/tldr
page
package
Version:
v0.0.0-...-e4c3281
Opens a new window with list of versions in this module.
Published: Apr 21, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Parse takes a Parser interface and the current platform of the document
that is to be parsed and the parses the internal lines writing to the
internal buffer of the parser.
type Page interface {
Print()
}
Page provides the Print method for the final generated output of a TLDR page.
New creates a parsed TLDR page. It parsers the provided file and returns the
parsed TLDR page.
Parser provides the interface for parsing a TLDR page.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.