OptionalallowOptionalcharsetOptionalcreateCreate a document header from config data
Looks for config.title, config.author, config.date, config.subTitle and config.abstract. If present will insert the data into a header section, using h1 for the title. The only field required for this is the title field.
OptionalcssOptionalcssExternal CSS file to include in the HTML head section.
OptionalheadOptional setting to specify a custom head section.
OptionalheadlessRemove sourrounding html and body tags, remove head section of HTML.
Instead a simple div containing the argdown HTML is returned.
OptionallangOptionalnormalizeFunction to normalize links.
OptionaloutputWhere should the html file be saved (if SaveAsPlugin is used)?
OptionalvalidateFunction to test if a link is valid.
Settings used by the HTMLExportPlugin