We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb816db commit 1b934dfCopy full SHA for 1b934df
__tests__/__snapshots__/converter-markdown.js.snap
@@ -140,8 +140,8 @@ exports[`Document "Special characters" to Markdown 1`] = `
140
exports[`Document "Tables" to Markdown 1`] = `
141
"| Col 1 | Col 2 | Col 3 |
142
| ----- | ----- | ----- |
143
-| Col 1 line 1 | Col 2 line 1 | Col 3 line 1
144
-Col 1 line 2 | Col 2 line 2 | Col 3 line 2 |
+| Col 1 line 1 | Col 2 line 1 | Col 3 line 1 |
+| Col 1 line 2 | Col 2 line 2 | Col 3 line 2 |
145
"
146
`;
147
0 commit comments