Skip to content

Commit

Permalink
archive
Browse files Browse the repository at this point in the history
  • Loading branch information
morgan3d committed Dec 28, 2023
1 parent cdfde0d commit 93d0c60
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions 1.16/markdeep.js
Original file line number Diff line number Diff line change
Expand Up @@ -1554,8 +1554,6 @@ function nodeToMarkdeepSource(nodeOrArray, leaveEscapes) {
source = nodeOrArray.innerHTML;
}
}
//source = nodeOrArray[1].innerHTML;
console.log(source);

// Markdown uses <[email protected]> email syntax, which HTML parsing
// will try to close by inserting the matching close tags at the end of the
Expand Down
2 changes: 1 addition & 1 deletion 1.16/markdeep.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions latest/markdeep.js
Original file line number Diff line number Diff line change
Expand Up @@ -1554,8 +1554,6 @@ function nodeToMarkdeepSource(nodeOrArray, leaveEscapes) {
source = nodeOrArray.innerHTML;
}
}
//source = nodeOrArray[1].innerHTML;
console.log(source);

// Markdown uses <[email protected]> email syntax, which HTML parsing
// will try to close by inserting the matching close tags at the end of the
Expand Down
2 changes: 1 addition & 1 deletion latest/markdeep.min.js

Large diffs are not rendered by default.

0 comments on commit 93d0c60

Please sign in to comment.