Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/documentaly/publish/deps.ts>rustyMarkdown.Options

(Beta) Maintain document and build tool.
Go to Latest
interface rustyMarkdown.Options
import { type rustyMarkdown } from "https://deno.land/x/documentaly@0.3.7/publish/deps.ts";
const { Options } = rustyMarkdown;

Option object containing flags for enabling extra features that are not part of the CommonMark spec.

Properties

optional
tables: boolean

Enables Github flavored tables.

optional
footnotes: boolean

Enables footnotes[^1].

[^1]: Like this.

optional
strikethrough: boolean

Enables strikethrough text, like this.

optional
tasklists: boolean

Enables Github flavored task lists.

optional
smartPunctuation: boolean

Enables smart punctuation (turns -- into –)