Formats
Documenter.Formats
— Module.Filetypes used to decide which rendering methods in Documenter.Writers
are called.
The only supported format is currently Markdown
.
Documenter.Formats.Format
— Type.Represents the output format. Possible values are Markdown
, LaTeX
, and HTML
.
Documenter.Formats.mimetype
— Method.mimetype(f)
Converts a Format
value to a MIME
type.