Skip to content

Commit 1021f69

Browse files
committed
lint
1 parent a470656 commit 1021f69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ app.commands.execute('jupyterlab-cell-diff:show-codemirror', {
5252

5353
The `jupyterlab-cell-diff:show-codemirror` command accepts the following arguments:
5454

55-
| Argument | Type | Required | Description |
56-
|----------|------|----------|-------------|
57-
| `cellId` | `string` | No | ID of the cell to show diff for. If not provided, uses the active cell |
58-
| `originalSource` | `string` | Yes | Original source code to compare against |
59-
| `newSource` | `string` | Yes | New source code to compare with |
60-
| `showActionButtons` | `boolean` | No | Whether to show action buttons in the diff widget (default: `true`) |
61-
| `notebookPath` | `string` | No | Path to the notebook containing the cell. If not provided, uses the current notebook |
62-
| `openDiff` | `boolean` | No | Whether to open the diff widget automatically (default: `true`) |
55+
| Argument | Type | Required | Description |
56+
| ------------------- | --------- | -------- | ------------------------------------------------------------------------------------ |
57+
| `cellId` | `string` | No | ID of the cell to show diff for. If not provided, uses the active cell |
58+
| `originalSource` | `string` | Yes | Original source code to compare against |
59+
| `newSource` | `string` | Yes | New source code to compare with |
60+
| `showActionButtons` | `boolean` | No | Whether to show action buttons in the diff widget (default: `true`) |
61+
| `notebookPath` | `string` | No | Path to the notebook containing the cell. If not provided, uses the current notebook |
62+
| `openDiff` | `boolean` | No | Whether to open the diff widget automatically (default: `true`) |
6363

6464
## Uninstall
6565

0 commit comments

Comments
 (0)