mirror of
https://github.com/ericchiang/pup
synced 2024-11-14 03:39:35 +00:00
Update README.md
This commit is contained in:
parent
f485ee6e2c
commit
2505d0f4b3
24
README.md
24
README.md
@ -327,4 +327,26 @@ output of pup into a more consumable format.
|
||||
|
||||
## TODO
|
||||
|
||||
Add more tests!
|
||||
Add more selectors:
|
||||
|
||||
```
|
||||
div > p
|
||||
div + p
|
||||
|
||||
p:contains
|
||||
|
||||
p:empty
|
||||
|
||||
p:first-child
|
||||
p:first-of-type
|
||||
p:last-child
|
||||
p:last-of-type
|
||||
|
||||
p:nth-child(2)
|
||||
p:nth-last-child(2)
|
||||
p:nth-last-of-type(2)
|
||||
p:nth-of-type(2)
|
||||
|
||||
p:only-of-type
|
||||
p:only-child
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user