Skip to content

Commit f4bc989

Browse files
authored
Fix monaco editor options table in qwebr-cell-options.qmd (#185)
1 parent 9093f08 commit f4bc989

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/qwebr-cell-options.qmd

+5-7
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ For details regarding run options, please see [Hiding and Executing Code](qwebr-
5252

5353
### Monaco Editor Options
5454

55-
| Option | Default Value | Description |
56-
|----------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
57-
58-
| `read-only` | `false` | Prevent code in `interactive` cells from being modified by disallowing code input. |
59-
| `editor-max-height` | `0` | Set a threshold to prevent infinite growth of the editor window. |
60-
| `editor-quick-suggestions` | `false` | Show a list of autocomplete variables and/or functions based on what was typed. |
61-
55+
| Option | Default Value | Description |
56+
|-----------|----------------|-----------------------------------------------------------------------------------------------------|
57+
| `read-only` | `false` | Prevent code in `interactive` cells from being modified by disallowing code input. |
58+
| `editor-max-height` | `0` | Set a threshold to prevent infinite growth of the editor window. |
59+
| `editor-quick-suggestions` | `false` | Show a list of autocomplete variables and/or functions based on what was typed. |
6260

6361

6462
## Attributes

0 commit comments

Comments
 (0)