diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-06-05 16:24:46 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-06-05 16:24:46 -0400 |
commit | df20a91bc9efe48cb96ecb7efd39643a816dd489 (patch) | |
tree | 5902d0f2d04ea5c25a24325e75026a42c2ef972a /doc/ikiwiki | |
parent | dd4e363215ace3ae1ced460ddc4d84b496110f2e (diff) |
move anchor page out of ikiwiki subdir
Since this page is not in the basewiki, it is confusing to put it in
the ikiwiki subdir, which is intended for basewiki and other underlay pages
that are used to document ikiwiki on other wikis.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/anchor.mdwn | 3 | ||||
-rw-r--r-- | doc/ikiwiki/wikilink/discussion.mdwn | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/doc/ikiwiki/anchor.mdwn b/doc/ikiwiki/anchor.mdwn deleted file mode 100644 index 012e52fa0..000000000 --- a/doc/ikiwiki/anchor.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -ikiwiki works with anchors in various situations. - -This page accumulates links to the concept of anchors. diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index ac32834b2..b146c9447 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -1,6 +1,6 @@ -# Creating an [[ikiwiki/anchor]] in Markdown +# Creating an [[anchor]] in Markdown -Is it a native Markdown "tag" for creating an [[ikiwiki/anchor]]? Unfortunately, +Is it a native Markdown "tag" for creating an [[anchor]]? Unfortunately, I haven't any information about it at [Markdown syntax](http://daringfireball.net/projects/markdown/syntax) page. |