Skip to content

Commit

Permalink
docs: change highlighting from svelte to html (svelte is not supporte…
Browse files Browse the repository at this point in the history
…d in github)
  • Loading branch information
josdejong committed Feb 27, 2024
1 parent b243bde commit 6108ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Callback function invoked when the user changes the selected query language in t
Methods can be called on a JSONEditor instance. In Svelte, you can create a reference and call a method like:
```svelte
````html
<script>
let editor
Expand Down Expand Up @@ -780,7 +780,7 @@ Destroy the editor, remove it from the DOM.

### Utility functions

The library exports a set of utility functions. The exact definitions of those functions can be found in the TypeScript definitions.
The library exports a set of utility functions. The exact definitions of those functions can be found in the TypeScript d

- Rendering of values:
- `renderValue`
Expand Down

0 comments on commit 6108ba7

Please sign in to comment.