We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7ea4b commit fc3e6ccCopy full SHA for fc3e6cc
1 file changed
src/paste-markdown-html.ts
@@ -48,7 +48,7 @@ function convertToMarkdown(plaintext: string, walker: TreeWalker): string {
48
let markdown = plaintext
49
let markdownIgnoreBeforeIndex = 0
50
let index = 0
51
- const NODE_LIMIT = 100000
+ const NODE_LIMIT = 10000
52
53
// Walk through the DOM tree
54
while (currentNode && index < NODE_LIMIT) {
0 commit comments