|
@@ -86,15 +86,15 @@ Copy and paste this text into your Atom Editor menu:File[Snippets...] page to ad
|
|
|
'prefix': 'partR'
|
|
|
'body': 'include::ROOT:partial$${1:partial-filename}.adoc[${2:line=}${3:tag=}${4:tags=}]'
|
|
|
'Module inline image':
|
|
|
- 'prefix': 'imgM'
|
|
|
+ 'prefix': 'imgMI'
|
|
|
'body': 'image:${1:module}:${2:target-resource-filename.ext}[${3:}]'
|
|
|
'Module block image':
|
|
|
- 'prefix': 'imageM'
|
|
|
+ 'prefix': 'imgMB'
|
|
|
'body': 'image::${1:module}:${2:target-resource-filename.ext}[${3:}]'
|
|
|
'ROOT inline image':
|
|
|
- 'prefix': 'imgMR'
|
|
|
+ 'prefix': 'imgRI'
|
|
|
'body': 'image:ROOT:${1:target-resource-filename.ext}[${2:}]'
|
|
|
'ROOT block image':
|
|
|
- 'prefix': 'imageMR'
|
|
|
+ 'prefix': 'imgRB'
|
|
|
'body': 'image::ROOT:${1:target-resource-filename.ext}[${2:}]'
|
|
|
```
|