=(s_("WikiMarkdownTip|To link to a (new) page, simply type %{link_example}")%{link_example: '<code>[Link Title](page-slug)</code>'}).html_safe
-case@page.format.to_s
-when'rdoc'
-link_example='{Link title}[link:page-slug]'
-when'asciidoc'
-link_example='link:page-slug[Link title]'
-when'org'
-link_example='[[page-slug]]'
-else
-link_example='[Link Title](page-slug)'
=(s_('WikiMarkdownTip|To link to a (new) page, simply type <code class="js-markup-link-example">%{link_example}</code>')%{link_example: link_example}).html_safe