Skip to content

Commit e6065d3

Browse files
committed
chore: markdownlint fixes
1 parent a02cb77 commit e6065d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can see below that 3 parameters are passed.
1919
2. The Editor instance
2020
3. The cursor position at the time of upload so the image can be inserted at the correct position on success
2121

22-
**NOTE** In addition to this example, I have created a [ example repo](https://github.com/davidroyer/vue2editor-images) demonstrating this new feature with an actual server.
22+
**NOTE** In addition to this example, I have created a [example repo](https://github.com/davidroyer/vue2editor-images) demonstrating this new feature with an actual server.
2323

2424
```vue
2525
<template>
@@ -199,9 +199,9 @@ export default {
199199

200200
### Version 2 - **_You Import | Vue2Editor Registers_**
201201

202-
1. Import your custom modules
203-
2. Use the `customModules` prop to declare an array of module(s).
204-
3. Add the necessary configuration for those modules in the `editorOptions` object under modules as seen below
202+
1. Import your custom modules
203+
2. Use the `customModules` prop to declare an array of module(s).
204+
3. Add the necessary configuration for those modules in the `editorOptions` object under modules as seen below
205205

206206
```vue
207207
<template>

0 commit comments

Comments
 (0)