add initial marp implementation with sample content and build configuration
This commit is contained in:
6
node_modules/speech-rule-engine/mjs/highlighter/chtml_highlighter.d.ts
generated
vendored
Normal file
6
node_modules/speech-rule-engine/mjs/highlighter/chtml_highlighter.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { CssHighlighter } from './css_highlighter.js';
|
||||
export declare class ChtmlHighlighter extends CssHighlighter {
|
||||
constructor();
|
||||
isMactionNode(node: HTMLElement): boolean;
|
||||
getMactionNodes(node: HTMLElement): HTMLElement[];
|
||||
}
|
||||
Reference in New Issue
Block a user