import { type CommonOptions } from "https://deno.land/x/lume_shiki@0.0.16/types.ts";
Properties
Set the css filename for all generated styles, Set to false to insert a style tag per page. Do not forget to import the CSS file in your HTML document
optional
highlighter: BundledHighlighterOptions<BuiltinLanguage, BuiltinTheme>Highlighter options to configure theme and languages to load
optional
transformers: ShikiTransformer[]Transform the generated HAST tree.