mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
7 lines
349 B
TypeScript
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
|