Skip to content

Commit

Permalink
Emphasis changed lines in documentation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Feb 17, 2025
1 parent bce2322 commit 0356912
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ the [Material UI API](https://mui.com/material-ui/api/autocomplete/).

Here is a simple example using a commands list (commands list copied from _jupyter-ai_):

{emphasize-lines="2,6,12,13,14,15,16,17,18,25,26,32"}

```typescript
import {
AutocompletionRegistry,
Expand Down Expand Up @@ -402,6 +404,8 @@ By default the `IDefaultFileBrowser.model.manager` can be used.
The default registry is not much than a `Map<string, () => void>`, allowing setting a
specific function for an attachment type.

{emphasize-lines="2,5,9,23,26,34,38,40,41,42,43,49,50"}

```typescript
import {
AttachmentOpenerRegistry,
Expand Down

0 comments on commit 0356912

Please sign in to comment.