import { type MarkdownItOptions } from "https://deno.land/x/lume@v2.4.1/deps/markdown_it.ts";
Properties
Use /
to close single tags (<br />
).
This is only for full CommonMark compatibility.
CSS language prefix for fenced blocks. Can be useful for external highlighters.
Double + single quotes replacement pairs, when typographer enabled,
and smartquotes on. Could be either a String or an Array.
For example, you can use «»„“
for Russian, „“‚‘
for German,
and ['«\xA0', '\xA0»', '‹\xA0', '\xA0›']
for French (including nbsp).