Skip to content

Commit

Permalink
Added full examples in getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Feb 2, 2025
1 parent 1ad0e9b commit 15d8b1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ https://github.com/cdnjs/cdnjs/issues/14261

## Usage

Jodit Editor can be initialized by calling the `Jodit.make` method with the selector of the textarea element.

```html
<textarea id="editor"></textarea>
<script>
Expand All @@ -58,7 +60,7 @@ https://github.com/cdnjs/cdnjs/issues/14261
</script>
```

## Full example
### Full example

You can use the following code to create a simple HTML page with Jodit Editor.

Expand Down Expand Up @@ -92,7 +94,7 @@ You can use the following code to create a simple HTML page with Jodit Editor.
</html>
```

## Full example PRO version
### Full example PRO version

Same as above, but with the PRO version.

Expand Down

0 comments on commit 15d8b1c

Please sign in to comment.