| 5 | import MarkdownImplementation from './plugin.js'; |
| 6 | |
| 7 | export interface MarkdownSlidifyOptions { |
| 8 | separator?: string | null; |
| 9 | verticalSeparator?: string | null; |
| 10 | notesSeparator?: string; |
| 11 | attributes?: string; |
| 12 | } |
| 13 | |
| 14 | export interface MarkdownOptions extends MarkdownConfig { |
| 15 | animateLists?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…