Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultMarkdownTemplate string
Functions ¶
func FormatMarkdown ¶
FormatMarkdown formats given Markdown content (like a `go fmt`, but for markdown).
func Render
deprecated
Render renders the markdown documentation for the given cli app.
Deprecated: Use <https://github.com/urfave/cli/pull/1722> instead.
func ReplaceBetween
deprecated
ReplaceBetween replaces the text between the given start and end markers (tags).
Deprecated: Use <https://github.com/urfave/cli/pull/1722> instead.
Types ¶
type Markdown ¶
type Markdown struct {
// contains filtered or unexported fields
}
Markdown is a markdown formatter.
type Option ¶
type Option func(*Markdown)
Option is a markdown formatter option.
func WithAppPath ¶
WithAppPath allows to override the default app path.
func WithTemplate ¶
WithTemplate allows to override the default template.
Click to show internal directories.
Click to hide internal directories.