-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.