]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/external_links_inside_headings_don__39__t_work.mdwn
img: Fix extra double quote with alt text. (smcv)
[ikiwiki.git] / doc / bugs / external_links_inside_headings_don__39__t_work.mdwn
index f6e35ec0e74b98e20d806336ceb4c69c47024049..5bab283fd65677c31d3d8294726b92757bfa8e29 100644 (file)
@@ -13,3 +13,12 @@ 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]]
+
+>> It works here but it definitely does *not* work on my wiki; but on further experimentation, I believe my problem is being caused by JasonBlevins' [h1title](http://code.jblevins.org/ikiwiki/plugins.git/plain/h1title.pm) plugin.