allows for parsing of html string, file path, or url
This commit is contained in:
parent
c2ac2b53ae
commit
07d510ab7d
3 changed files with 41 additions and 1 deletions
6
spec/support/simple.html
Normal file
6
spec/support/simple.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-card"><p class="p-name">Jessica Lynn Suttles</p></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue