Skip to main content
Module

x/markdeno/mod.ts>Config

MarkDeno is a way to generate documentation in markdown files.
Go to Latest
interface Config
import { type Config } from "https://deno.land/x/markdeno@v0.2.0/mod.ts";

Properties

optional
displayOrigin: boolean

Show the line and column where the declaration of the item can be found. Default: true.

optional
additionalInfo: { content?: string; placement?: "start" | "end"; title?: string; }

Additional info to add to the beginning or end of the markdown file.

optional
defaultLanguage: string

Default language for code blocks. If not provided, then it will be the language of the file being documented. Default: File Extension.

optional
hardenNewlines: boolean

Whether to automatically harden new lines or not.