Skip to content

Commit

Permalink
Support multiline table cells in markdown
Browse files Browse the repository at this point in the history
Official plugin is not maintained, the joplin-turndown-plugin-gfm fork contains fixes for HTML tables conversions
See mixmark-io/turndown-plugin-gfm#3
  • Loading branch information
MattiSG authored and Ndpnt committed Jul 29, 2020
1 parent 21d579a commit 0c97f5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"dotenv": "^8.2.0",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"joplin-turndown-plugin-gfm": "^1.0.12",
"jsdom": "^16.2.2",
"node-fetch": "^2.6.0",
"node-schedule": "^1.3.2",
"sib-api-v3-sdk": "^7.2.3",
"simple-git": "^2.6.0",
"turndown": "^6.0.0",
"turndown-plugin-gfm": "^1.0.2"
"turndown": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion src/filter/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import TurndownService from 'turndown';
import turndownPluginGithubFlavouredMarkdown from 'turndown-plugin-gfm';
import turndownPluginGithubFlavouredMarkdown from 'joplin-turndown-plugin-gfm';
import jsdom from 'jsdom';

const { JSDOM } = jsdom;
Expand Down

0 comments on commit 0c97f5b

Please sign in to comment.