Skip to content

Commit 50b5d57

Browse files
Add metaformats to README
1 parent 698f2bb commit 50b5d57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,17 @@ a tree was 30 years ago, and the second best time to plant a tree is now.']}}]
8282

8383
## Extensions
8484

85+
The following extensions can be invoked via keyword arguments to `parse()` and `Parser()`.
86+
8587
### `expose_dom`
8688

8789
Use `expose_dom=True` to expose the DOM of embedded properties.
8890

91+
### `metaformats`
92+
93+
Use `metaformats=True` to include any [metaformats](https://microformats.org/wiki/metaformats)
94+
found.
95+
8996
## Advanced Usage
9097

9198
`parse` is a convenience method that delegates to `Parser`. More sophisticated

0 commit comments

Comments
 (0)