Skip to content

Commit

Permalink
Merge pull request #19 from TypingMind/fix/plugin
Browse files Browse the repository at this point in the history
fix: get web content
  • Loading branch information
travis-thuanle authored Mar 24, 2024
2 parents 0da868a + 5c017bd commit c395c84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/articleReader/articleReaderRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ const removeUnwantedElements = (_cheerio: any) => {
'area',
'svg',
'math',
'table',
'caption',
'colgroup',
'col',
];

elementsToRemove.forEach((element) => _cheerio(element).remove());
Expand Down

0 comments on commit c395c84

Please sign in to comment.