summaryrefslogtreecommitdiff
path: root/doc/todo/shortcut_with_different_link_text.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/shortcut_with_different_link_text.mdwn')
-rw-r--r--doc/todo/shortcut_with_different_link_text.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/shortcut_with_different_link_text.mdwn b/doc/todo/shortcut_with_different_link_text.mdwn
index 93f9651a4..8041732ae 100644
--- a/doc/todo/shortcut_with_different_link_text.mdwn
+++ b/doc/todo/shortcut_with_different_link_text.mdwn
@@ -49,9 +49,9 @@ specifying the actual target elsewhere from the text, with just a short referenc
Here [is][1] a link.
- [1]: [[l a_page_in_the_wiki]]
+ [1]: [[!l a_page_in_the_wiki]]
- Obviously [this]([[l another_page]]) also works, although the syntax is quite cumbersome.
+ Obviously [this]([[!l another_page]]) also works, although the syntax is quite cumbersome.
So that the 'l' plugin inserts the location the page there, and markdown does the rest. My plugin currently fails if it can't find the page, as that is sufficient for my needs. Differing colouring for non-existing pages is not doable in a straightforward manner with this approach.