diff options
Diffstat (limited to 'public/help/ru')
-rw-r--r-- | public/help/ru/wiki_syntax_detailed_markdown.html | 1 | ||||
-rw-r--r-- | public/help/ru/wiki_syntax_detailed_textile.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/help/ru/wiki_syntax_detailed_markdown.html b/public/help/ru/wiki_syntax_detailed_markdown.html index 9de20c001..f5165de5b 100644 --- a/public/help/ru/wiki_syntax_detailed_markdown.html +++ b/public/help/ru/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/ru/wiki_syntax_detailed_textile.html b/public/help/ru/wiki_syntax_detailed_textile.html index 32cdfadd1..bcb913bf5 100644 --- a/public/help/ru/wiki_syntax_detailed_textile.html +++ b/public/help/ru/wiki_syntax_detailed_textile.html @@ -33,6 +33,7 @@ <li><strong>[[Руководство#дальнейшее-чтение]]</strong> направляет на метку "дальнейшее-чтение". Заголовкам автоматически метки, таким образом, вы можете на них ссылаться: <a href="#" class="wiki-page">Руководство</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>[[Руководство|Руководство пользователя]]</strong> выводит ссылку на саму страницу, но с другим текстом: <a href="#" class="wiki-page">Руководство пользователя</a> </li> |