diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-15 16:47:55 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-15 16:47:55 -0400 |
commit | 3bd1dd598d18e9237b85fc978540b998d8006212 (patch) | |
tree | aba7d469df8a3ed8e6f45a07613321cc4f7216e9 | |
parent | 2612595a0c2fef24de733a175e55c9e30455f350 (diff) | |
parent | 8439d20684421388ddee7d7521e64b7257291996 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/bugs/external_links_inside_headings_don__39__t_work.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/external_links_inside_headings_don__39__t_work.mdwn b/doc/bugs/external_links_inside_headings_don__39__t_work.mdwn index f6e35ec0e..0deea4d11 100644 --- a/doc/bugs/external_links_inside_headings_don__39__t_work.mdwn +++ b/doc/bugs/external_links_inside_headings_don__39__t_work.mdwn @@ -13,3 +13,10 @@ but when I try to use this construct in an ikiwiki page, I get <h1>Review of [Dwarf Fortress][]</h1> It works fine with h2 and deeper. The square brackets also appear in the output of an [[ikiwiki/directive/inline]] directive in archive mode, I haven't tried non-archive mode. + +> I think you were confused by markdown's slightly wacky mix of square brackets and parens. +> The url in a markdown link goes in parens, not square brackets. For example: + +# [Google](http://google.com/) + +> [[done]] --[[Joey]] |