Skip to content

Commit

Permalink
Add metaformats to README
Browse files Browse the repository at this point in the history
  • Loading branch information
angelogladding authored Dec 1, 2023
1 parent 698f2bb commit 50b5d57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,17 @@ a tree was 30 years ago, and the second best time to plant a tree is now.']}}]

## Extensions

The following extensions can be invoked via keyword arguments to `parse()` and `Parser()`.

### `expose_dom`

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

### `metaformats`

Use `metaformats=True` to include any [metaformats](https://microformats.org/wiki/metaformats)
found.

## Advanced Usage

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

0 comments on commit 50b5d57

Please sign in to comment.