X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d514b777298f0c0d039515dce4f10fc08af0c20b..94bd69c9b66f0871cdf31ce98a9218c5d9d6fc02:/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn diff --git a/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn b/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn index 4497d9d01..390449dd3 100644 --- a/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn +++ b/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn @@ -8,4 +8,10 @@ A link to the history page for the file would be: #historyurl => "http://localhost:8000/log/tip/\[[file]]", # hg serve'd local repository -This creates links to the hgweb page which is equivalent to the Git file history page. (Markdown code contains escape.) \ No newline at end of file +*The backslash in the code should be removed.* + +> To escape a link, use `\\[[link]]`. Example: \[[link]] --[[Joey]] + +> ([[done]], BTW) + +This creates links to the hgweb page which is equivalent to the Git file history page.