Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Oct 12, 2018
1 parent 9bb4e6c commit 08bbc57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The parent nodes are returned in order from the closest parent to the outer ones

- node `TxtNode` - the node is start point.

####ruleHelper.isChildNode(node, types): boolean
#### ruleHelper.isChildNode(node, types): boolean

Return true if `node` is wrapped any one of node `types`.

Expand Down Expand Up @@ -66,6 +66,7 @@ Add range of children node of `node` to ignoring range list,
#### isIgnoredIndex(index): boolean

If the `index` is included in ignoring range list, return true.
`index` should be absolute position.

**Params**

Expand All @@ -74,6 +75,7 @@ If the `index` is included in ignoring range list, return true.
#### isIgnoredRange(range): boolean

If the `range` is included in ignoring range list, return true.
`range` should includes absolute positions.

**Params**

Expand Down

0 comments on commit 08bbc57

Please sign in to comment.