Formats

Formats

Documenter.FormatsModule.

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

The only supported format is currently Markdown.

source

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

source
mimetype(f)

Converts a Format value to a MIME type.

source