Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 24

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>anchor</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="style.css" type="text/css" />

<link rel="stylesheet" href="local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="./index.html">ikiwiki</a>/ 

</span>
<span class="title">
anchor

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p>ikiwiki works with anchors in various situations.</p>

<p>You can insert anchors directly in the body of a page and it will be used on the resulting HTML, for example:</p>

<pre><code>&lt;a name="anchor"&gt;&lt;/a&gt;
</code></pre>

<p>... will make the link <a href="./anchor.html#anchor">anchor</a> work..</p>

<p><a name="anchor"></a></p>

<p>This page accumulates links to the concept of anchors.</p>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">






<div id="backlinks">
Links:

<a href="./plugins/headinganchors.html">plugins/headinganchors</a>


</div>






<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>