Skip to content

Commit c1dbf56

Browse files
committed
Updated docs
1 parent 3e256c3 commit c1dbf56

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/markdown_extras.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ INDICES
164164
As the plugin can be used for note-taking, it may be desirable to access
165165
different indices in an ergonomic way. This can be achieved with the
166166
|g:markdown_extras_indices| list in combination with the |:MDEIndices|
167-
command. Note that `g:markdown_extras_indices` is nothing, but a list of files.
167+
command. Note that `g:markdown_extras_indices` is nothing, but a list (or a dict)
168+
of files. If it is a dict, then the keys is what is displayed in the popup
169+
menu and the values are the corresponding links.
168170

169171
==============================================================================
170172
CONFIGURATION *markdown-extras-configuration* *g:markdown_extras_config*
@@ -223,9 +225,9 @@ filling it with he various keys.
223225
*g:markdown_extras_indices*
224226
g:markdown_extras_indices list<string> or dict<string>.
225227
If list<string>, contain the path of indices files.
226-
If dict<string>, the values are the path of
227-
the indices files whereas the keys are aliases. In
228-
the popup menu only the alias are displayed.
228+
If dict<string>, the values are the actual links
229+
whereas the keys are aliases. In the popup menu only
230+
the alias are displayed.
229231
Default: empty
230232

231233

0 commit comments

Comments
 (0)