From 6ad92b56f13363f89c412c2ac10383730362e817 Mon Sep 17 00:00:00 2001 From: rbern Date: Thu, 28 Jul 2011 11:35:03 -0400 Subject: Anchors fixed in wikilink example? --- doc/ikiwiki/wikilink/discussion.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index 89affc502..58bb8ca06 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -43,6 +43,8 @@ BTW, ikiwiki doesn't displays the #foo anchor in the example >> Fixed that --[[Joey]] +>>> Sorry to bring this up (1 year since last change in this page) but what is the status of this? Can we use anchors like it's in [[wikilink]]? This discusion is tagged as wishlist, but isn't listed in [[wishlist]]. What is "fixed that" then? Again, sorry if this is a dead issue, but I have a tendency to create big wiki pages, and anchors are very needed for me, but I've spent all morning trying to make it work and it just doesn't. TY. --rbern + The 'name' attribute of the 'a' element is a depracated way to create a named anchor. The right way to do that is using the 'id' attribute of any element. This is because an anchor may refer to a complete element rather than some point in the page. Standard purity aside, if you define an anchor (using either 'a name' or 'id') to a single point in the document but refer to a complete section, the browser may just show that specific point at the bottom of the page rather than trying to show all the section. -- cgit v1.2.3 From 6a4c2163fa9e8ba49ec9fa94cd0a23e0164a702d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkQHpj42FpPfZTPuDAdGJhHQ0fMyMx2nZc" Date: Thu, 28 Jul 2011 16:03:52 -0400 Subject: --- doc/examples/blog/posts/nbnbnbnbnb.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/examples/blog/posts/nbnbnbnbnb.mdwn diff --git a/doc/examples/blog/posts/nbnbnbnbnb.mdwn b/doc/examples/blog/posts/nbnbnbnbnb.mdwn new file mode 100644 index 000000000..483c87dc1 --- /dev/null +++ b/doc/examples/blog/posts/nbnbnbnbnb.mdwn @@ -0,0 +1 @@ +bnm,n,mnn,nnnmnm -- cgit v1.2.3 From 039ffc5bafcf3f4bf2ad92d12748b51938df32bb Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Fri, 29 Jul 2011 04:59:53 -0400 Subject: revert test post This reverts commit 6a4c2163fa9e8ba49ec9fa94cd0a23e0164a702d --- doc/examples/blog/posts/nbnbnbnbnb.mdwn | 1 - 1 file changed, 1 deletion(-) delete mode 100644 doc/examples/blog/posts/nbnbnbnbnb.mdwn diff --git a/doc/examples/blog/posts/nbnbnbnbnb.mdwn b/doc/examples/blog/posts/nbnbnbnbnb.mdwn deleted file mode 100644 index 483c87dc1..000000000 --- a/doc/examples/blog/posts/nbnbnbnbnb.mdwn +++ /dev/null @@ -1 +0,0 @@ -bnm,n,mnn,nnnmnm -- cgit v1.2.3