Skip to content

Commit

Permalink
Fix monaco editor options table in qwebr-cell-options.qmd (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
egenn authored Apr 5, 2024
1 parent 9093f08 commit f4bc989
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/qwebr-cell-options.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@ For details regarding run options, please see [Hiding and Executing Code](qwebr-

### Monaco Editor Options

| Option | Default Value | Description |
|----------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

| `read-only` | `false` | Prevent code in `interactive` cells from being modified by disallowing code input. |
| `editor-max-height` | `0` | Set a threshold to prevent infinite growth of the editor window. |
| `editor-quick-suggestions` | `false` | Show a list of autocomplete variables and/or functions based on what was typed. |

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


## Attributes
Expand Down

0 comments on commit f4bc989

Please sign in to comment.