|
@@ -111,7 +111,7 @@ The Atom AsciiDoc packages add great functionality to the editor, but they do no
|
|
|
'.source.asciidoc':
|
|
|
'Internal Cross Reference':
|
|
|
'prefix': '<<'
|
|
|
- 'body': '<<${1:path-to-wikipage}#,${2:custom label text}>>'
|
|
|
+ 'body': '<<${1:path/to/wiki/page}#,${2:custom label text}>>'
|
|
|
----
|
|
|
|
|
|
Thereafter just type kbd:[<<] and hit kbd:[Tab] to insert an Internal Cross Reference link. You can then use the kbd:[Tab] key to cycle through each tab stop when your ready.
|