Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume_shiki/plugins/copy/mod.ts>Options

Syntax highlighter for Lume using shiki
Latest
interface Options
import { type Options } from "https://deno.land/x/lume_shiki@0.0.16/plugins/copy/mod.ts";

Properties

optional
position: "top" | "bottom"

Label position

optional
order: number

Icon order position

optional
content: (document: Document) => Node | string | (Node | string)[]

Content of the

optional
scriptPath: string

Override script from copy.js

optional
baseDir: string

Base directory of CSS files Must ends with "/"