| # -*- mode: snippet -*- | |
| # name: image | |
| # key: img | |
| # -- | |
| .. image:: ${1:path} | |
|    :height: ${2:100} | |
|    :width: ${3:200} | |
|    :alt: ${4:description} | |
| 
 | |
| $0 |