WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6eb4bdf

Browse files
authored
fix prettier formatting (#5831)
1 parent 68915e8 commit 6eb4bdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/api/transforms.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Transforms are helper functions operating on the document. They can be used in d
1313

1414
All transforms support a parameter `options`. This includes options specific to the transform and general `NodeOptions` to specify which Nodes in the document the transform is applied to.
1515

16-
17-
1816
```typescript
1917
interface NodeOptions {
2018
at?: Location
@@ -99,7 +97,6 @@ Set properties of nodes at the specified location. If no location is specified,
9997

10098
If `props` contains `undefined` values, the node's corresponding property will also be set to `undefined` as opposed to ignored.
10199

102-
103100
Options supported: `NodeOptions & {hanging?: boolean, split?: boolean}`. For `options.mode`, `'all'` is also supported.
104101

105102
#### `Transforms.unsetNodes(editor: Editor, props: string | string[], options?)`

0 commit comments

Comments
 (0)