Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jul 29, 2023
1 parent 398c292 commit dbe22c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,24 @@ puts bidifier.apply('<div>input stringified html</div>')

Available options with their default values are as follows:

- `excluding_tags: []`

Removes tags from the list of bidifiable tags. This option affects the
provided tags in `including_tags` options.

- `including_tags: []`

Adds new tags to the list of bidifiable tags

- `greedy: false`

By default, bidification stops when it reaches an element that has `dir`
attribute. Use `true` to disregard any existing `dir` attributes.

- `only_tags: []`

It sets the bidifiable tags to the given tags.

- `with_table_support: false`

Use `true` to add table tags support.
Expand Down

0 comments on commit dbe22c8

Please sign in to comment.