Skip to content

Commit

Permalink
docs: sets fenced code blocks to vue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jun 12, 2019
1 parent 5476280 commit 6f66647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Basic Setup

``` html
``` vue
<template>
<div id="app">
<vue-editor v-model="content"></vue-editor>
Expand Down Expand Up @@ -38,7 +38,7 @@ You can see below that 3 parameters are passed.

**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.

```vue
``` vue
<template>
<div id="app">
<vue-editor id="editor" useCustomImageHandler @imageAdded="handleImageAdded" v-model="htmlForEditor"> </vue-editor>
Expand Down Expand Up @@ -157,7 +157,7 @@ export default {

## Custom Toolbar

``` html
``` vue
<template>
<div id="app">
<vue-editor v-model="content" :editorToolbar="customToolbar"></vue-editor>
Expand Down

0 comments on commit 6f66647

Please sign in to comment.