From be7b5be79e00b774b66d52ccc5f24794ed5138f8 Mon Sep 17 00:00:00 2001 From: Go MAEDA <maeda@farend.jp> Date: Wed, 6 Jun 2018 04:07:12 +0000 Subject: Updates wiki help: Link to an anchor of the current wikipage (#16313). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17367 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/fr/wiki_syntax_detailed_markdown.html | 1 + public/help/fr/wiki_syntax_detailed_textile.html | 1 + 2 files changed, 2 insertions(+) (limited to 'public/help/fr') diff --git a/public/help/fr/wiki_syntax_detailed_markdown.html b/public/help/fr/wiki_syntax_detailed_markdown.html index 9de20c001..f5165de5b 100644 --- a/public/help/fr/wiki_syntax_detailed_markdown.html +++ b/public/help/fr/wiki_syntax_detailed_markdown.html @@ -24,6 +24,7 @@ <ul> <li><strong>[[Guide]]</strong> displays a link to the page named 'Guide': <a href="#" class="wiki-page">Guide</a></li> <li><strong>[[Guide#further-reading]]</strong> takes you to the anchor "further-reading". Headings get automatically assigned anchors so that you can refer to them: <a href="#" class="wiki-page">Guide</a></li> + <li><strong>[[#further-reading]]</strong> link to the anchor "further-reading" of the current page: <a href="#" class="wiki-page">#further-reading</a></li> <li><strong>[[Guide|User manual]]</strong> displays a link to the same page but with a different text: <a href="#" class="wiki-page">User manual</a></li> </ul> diff --git a/public/help/fr/wiki_syntax_detailed_textile.html b/public/help/fr/wiki_syntax_detailed_textile.html index 1ee0d0b8e..e087f3883 100644 --- a/public/help/fr/wiki_syntax_detailed_textile.html +++ b/public/help/fr/wiki_syntax_detailed_textile.html @@ -24,6 +24,7 @@ <ul> <li><strong>[[Guide]]</strong> affiche un lien vers la page nommé 'Guide': <a href="#" class="wiki-page">Guide</a></li> <li><strong>[[Guide#balise-avancée]]</strong> vous emmène à la balise "balise-avancée". Les titres ont automatiquement une balise assignée afin de pouvoir s'y référer: <a href="#" class="wiki-page">Guide</a></li> + <li><strong>[[#further-reading]]</strong> link to the anchor "further-reading" of the current page: <a href="#" class="wiki-page">#further-reading</a></li> <li><strong>[[Guide|Manuel Utilisateur]]</strong> affiche un lien vers la même page mais avec un texte différent: <a href="#" class="wiki-page">Manuel Utilisateur</a></li> </ul> -- cgit v1.2.3