Skip to content

Commit

Permalink
Ignore also indentListItem and outdentListItems
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 7, 2019
1 parent 93fe1b8 commit b6c08be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion bin/update-readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const getArgsForPackage = ( packageName ) => {
`packages/${ packageName }/src/index.js`,
`--output packages/${ packageName }/README.md`,
'--to-token',
'--ignore "unstable|experimental|^apply$|^changeListType$|^chartAt$|^getSelectionStart$|^getSelectionEnd$|^insertLineBreak$"',
'--ignore "unstable|experimental|^apply$|^changeListType$|^chartAt$|^getSelectionStart$|^getSelectionEnd$|^indentListItems$|^insertLineBreak$|^outdentListItems$"',
];
default:
return [
Expand Down
29 changes: 0 additions & 29 deletions packages/rich-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,6 @@ Get the textual content of a Rich Text value. This is similar to

`string`: The text content.

### indentListItems

[src/index.js#L32-L32](src/index.js#L32-L32)

Indents any selected list items if possible.

**Parameters**

- **value** `Object`: Value to change.
- **rootFormat** `Object`:

**Returns**

`Object`: The changed value.

### insert

[src/index.js#L21-L21](src/index.js#L21-L21)
Expand Down Expand Up @@ -266,20 +251,6 @@ string. This is similar to `Array.prototype.join`.

Undocumented declaration.

### outdentListItems

[src/index.js#L33-L33](src/index.js#L33-L33)

Outdents any selected list items if possible.

**Parameters**

- **value** `Object`: Value to change.

**Returns**

`Object`: The changed value.

### registerFormatType

[src/index.js#L17-L17](src/index.js#L17-L17)
Expand Down

0 comments on commit b6c08be

Please sign in to comment.