diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-24 22:55:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-24 22:55:03 +0000 |
commit | 18a18ce03de92e4c2020e3986d0428049af7eb74 (patch) | |
tree | baa0022804c002124448d7e4b38cf10d755f3797 | |
parent | 8a801dc02d0d259d546c7ee392493bc97bbb1638 (diff) |
web commit by http://ethan.betacantrips.com/: clarification and related bug
-rw-r--r-- | doc/todo/shortcut_with_different_link_text.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/todo/shortcut_with_different_link_text.mdwn b/doc/todo/shortcut_with_different_link_text.mdwn index 83263168e..3b7552777 100644 --- a/doc/todo/shortcut_with_different_link_text.mdwn +++ b/doc/todo/shortcut_with_different_link_text.mdwn @@ -3,4 +3,9 @@ I'd like the ability to use a shortcut, but declare an explicit link text rather > If I understand you correctly, you can use Markdown \[your link text\]\(the path or URL\) . Using your example: > [XML Schema for the X Window System protocol](src/xcb.xsd) > -> If I don't understand this, can you give an HTML example? --[[JeremyReed]]
\ No newline at end of file +> If I don't understand this, can you give an HTML example? --[[JeremyReed]] + +>> The problem is like that in [[bugs/shortcuts_don't_escape_from_Markdown]]. We would like to use +>> the shortcuts plugin but add a descriptive text -- in this case \[[xcbgit src/xcb.xsd|XML Schema...]] +>> The file src/xcb.xsd could be any url, and the point of shortcuts is that you get to shorten it. +>> --Ethan |