MCPcopy
hub / github.com/hakimel/reveal.js / MarkdownSlidifyOptions

Interface MarkdownSlidifyOptions

plugin/markdown/index.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import MarkdownImplementation from './plugin.js';
6
7export interface MarkdownSlidifyOptions {
8 separator?: string | null;
9 verticalSeparator?: string | null;
10 notesSeparator?: string;
11 attributes?: string;
12}
13
14export interface MarkdownOptions extends MarkdownConfig {
15 animateLists?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…