Feature #1647 » docu.patch
| wiki_syntax_detailed.html 2008-10-22 16:44:14.000000000 +0200 | ||
|---|---|---|
| 53 | 53 | |
| 54 | 54 |
<ul> |
| 55 | 55 |
<li><strong>[[Guide]]</strong> displays a link to the page named 'Guide': <a href="Guide.html" class="wiki-page">Guide</a></li> |
| 56 |
<li><strong>[[Guide#further-reading]]</strong> takes you to the anchor "further-reading". Headings get automatically assigned anchors so that you can refer to them: <a href="Guide.html#further-reading" class="wiki-page">Guide</a></li> |
|
| 56 | 57 |
<li><strong>[[Guide|User manual]]</strong> displays a link to the same page but with a different text: <a href="Guide.html" class="wiki-page">User manual</a></li> |
| 57 | 58 |
</ul> |
| 58 | 59 | |
| ... | ... | |
| 168 | 169 |
<pre> |
| 169 | 170 |
h1. Heading |
| 170 | 171 |
h2. Subheading |
| 171 |
h3. Subheading |
|
| 172 |
h3. Subsubheading
|
|
| 172 | 173 |
</pre> |
| 173 | 174 | |
| 175 |
<p>Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.</p> |
|
| 176 | ||
| 177 | ||
| 174 | 178 |
<h3><a name="9" class="wiki-page"></a>Paragraphs</h3> |
| 175 | 179 | |
| 176 | 180 |
<pre> |
- « Previous
- 1
- 2
- Next »