Skip to content

Commit

Permalink
Docs: image html content example
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni committed May 8, 2018
1 parent 94fde38 commit 803818c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.blocks/image/image.en.md
Expand Up @@ -110,6 +110,6 @@ Specifies content of the image in SVG format.
```js
{
block : 'image',
content : '<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16"><path d="M13.5.5l-8 12L1.7 8l-1 1.6L5.6 15l9.1-13.4z"/></svg>'
content : { html: '<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16"><path d="M13.5.5l-8 12L1.7 8l-1 1.6L5.6 15l9.1-13.4z"/></svg>' }
}
```
2 changes: 1 addition & 1 deletion common.blocks/image/image.ru.md
Expand Up @@ -107,6 +107,6 @@
```js
{
block : 'image',
content : '<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16"><path d="M13.5.5l-8 12L1.7 8l-1 1.6L5.6 15l9.1-13.4z"/></svg>'
content : { html: '<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16"><path d="M13.5.5l-8 12L1.7 8l-1 1.6L5.6 15l9.1-13.4z"/></svg>' }
}
```

0 comments on commit 803818c

Please sign in to comment.