diff options
author | timosesu@ead03211e78f6505c65266495ae6bf9c4e069293 <timosesu@web> | 2015-12-10 13:08:15 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-12-10 13:08:15 -0400 |
commit | dd8a61c3ddb0336c0f844206f7112d5be451d5f4 (patch) | |
tree | 0af9f749c19ac7b75814880cbdd1b5bf056b7c29 | |
parent | 5aeaafac7ad106e0d6a90625def01154e3abc992 (diff) | |
download | ikiwiki-dd8a61c3ddb0336c0f844206f7112d5be451d5f4.tar ikiwiki-dd8a61c3ddb0336c0f844206f7112d5be451d5f4.tar.gz |
-rw-r--r-- | doc/ikiwiki/wikilink/discussion.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index 3e33d12cb..6c186ec1f 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -13,6 +13,11 @@ BTW, ikiwiki doesn't displays the #foo anchor in the example --[[Paweł|ptecza]] +> Just found out that headers are already indexed with `index1h1 ... indexMhN`. +> So one can link to headings with `\[[page|#index2h3]]` for example. +> It would be much easier though if it was translated to the heading's name, +> so on could to `\[[page#name]]`. --Timoses + > No such syntax exists in markdown. ikiwiki could certainly have a > [[preprocessor_directive|directive]] for it, though. > --[[JoshTriplett]] |