`` のような画像リンクに対して、`width` のような属性を指定する方法。[[Attribute Lists (Python Markdown)|Attribute Lists]] `{: attr="value"}` を末尾につける。
```markdown
# 例
{: width="480"}
```
`mkdocs.yml` に以下の設定が必要。
```yaml
markdown_extensions:
- attr_list
```