diff --git a/packages/turndown-plugin-gfm/src/tables.js b/packages/turndown-plugin-gfm/src/tables.js index 4b202f2b4..263ab259d 100644 --- a/packages/turndown-plugin-gfm/src/tables.js +++ b/packages/turndown-plugin-gfm/src/tables.js @@ -81,24 +81,7 @@ rules.table = { // Only convert tables that can result in valid Markdown // Other tables are kept as HTML using `keep` (see below). if (tableShouldBeHtml(node, options_)) { - let html = node.outerHTML; - let divParent = nodeParentDiv(node) - // Make table in HTML format horizontally scrollable by give table a div parent, so the width of the table is limited to the screen width. - // see https://github.com/laurent22/joplin/pull/10161 - // test cases: - // packages/app-cli/tests/html_to_md/preserve_nested_tables.html - // packages/app-cli/tests/html_to_md/table_with_blockquote.html - // packages/app-cli/tests/html_to_md/table_with_code_1.html - // packages/app-cli/tests/html_to_md/table_with_code_2.html - // packages/app-cli/tests/html_to_md/table_with_code_3.html - // packages/app-cli/tests/html_to_md/table_with_heading.html - // packages/app-cli/tests/html_to_md/table_with_hr.html - // packages/app-cli/tests/html_to_md/table_with_list.html - if (divParent === null || !divParent.classList.contains('joplin-table-wrapper')){ - return `\n\n
Row 1 | Allows displaying the value of one or more attributes in the calendar like this:
|