2025-04-22 17:21:54 +03:00

7 lines
349 B
TypeScript

export function gfm(turndownService: any): void;
import highlightedCodeBlock from './highlighted-code-block.js';
import strikethrough from './strikethrough.js';
import tables from './tables.js';
import taskListItems from './task-list-items.js';
export { highlightedCodeBlock, strikethrough, tables, taskListItems };
//# sourceMappingURL=gfm.d.ts.map