Formats

#Documenter.FormatsModule.

Filetypes used to decide which rendering methods in Documenter.Writers are called.

The only supported format is currently Markdown.

source

#Documenter.Formats.FormatType.

Represents the output format. Possible values are Markdown, LaTeX, and HTML.

source

#Documenter.Formats.mimetypeMethod.

Signatures

mimetype(f)

Converts a Format value to a MIME type.

source