Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(img-tag): title text should be quoted #1256

Merged
merged 1 commit into from
Dec 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/docs/tag-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ To embed an iframe:
Inserts an image with specified size.

```
{% img [class names] /path/to/image [width] [height] "title text 'alt text'" %}
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}
```

## Link
Expand Down
2 changes: 1 addition & 1 deletion source/ko/docs/tag-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ iframe을 포함시킬 수 있습니다.
이미지의 사이즈를 지정하여 포함시킬 수 있습니다.

```
{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}
```

## Link
Expand Down
2 changes: 1 addition & 1 deletion source/pt-br/docs/tag-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Para incorporar um iframe:
Insere uma imagem com tamanho especificado.

```
{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}
```

## Link
Expand Down
2 changes: 1 addition & 1 deletion source/ru/docs/tag-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ content
Вставляет картинку с заданными размерами.

```
{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}
```

## Ссылка
Expand Down
2 changes: 1 addition & 1 deletion source/th/docs/tag-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ content
เสียบรูปภาพที่มีขนาดเฉพาะเข้า:

```
{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}
```

## Link
Expand Down
2 changes: 1 addition & 1 deletion source/zh-cn/docs/tag-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ content
在文章中插入指定大小的图片。

```
{% img [class names] /path/to/image [width] [height] "title text 'alt text'" %}
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}
```

## Link
Expand Down
2 changes: 1 addition & 1 deletion source/zh-tw/docs/tag-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ content
在文章中插入指定大小的圖片。

```
{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}
{% img [class names] /path/to/image [width] [height] '"title text" "alt text"' %}
```

## Link
Expand Down