# Functions
NewCustomTemplateFormatter creates a new instance of a CustomTemplateFormatter.
NewMarkdownFormatter creates a new instance of a MarkdownFormatter.
WithScopes includes scopes to markdown format.
# Structs
A CustomTemplateFormatter is a Formatter rendering changelogs with Go templates.
A MarkdownFormatter is a formatter rendering Markdown formats.
# Interfaces
Formatter formats Changelogs.
# Type aliases
A MarkdownOption sets options for markdown format such as whether or not to include scopes.