forked from mozilla/readability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip removing nodes in <code> (mozilla#647)
* skip removing nodes in <code> (especially common for comments in codeblocks) * don't limit maxDepth
- Loading branch information
1 parent
3c83389
commit 290724c
Showing
4 changed files
with
373 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"title": "standalone WebAssembly binaries using Emscripten · V8", | ||
"byline": null, | ||
"dir": null, | ||
"excerpt": "Emscripten now supports standalone Wasm files, which do not need JavaScript.", | ||
"siteName": null, | ||
"readerable": true | ||
} |
Oops, something went wrong.