mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-16 13:13:39 +09:00
Fix malformed tables from causing error
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import turndown from 'turndown';
|
||||
import turndownPluginGfm from 'turndown-plugin-gfm';
|
||||
import turndownPluginGfm from '@guyplusplus/turndown-plugin-gfm';
|
||||
|
||||
export function initTurndownService() {
|
||||
const turndownService = new turndown({
|
||||
|
||||
Reference in New Issue
Block a user