mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08: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
|