Wiki formatting (Markdown)
Links
Redmine links
Redmine allows hyperlinking between resources (issues, changesets, wiki pages...) from anywhere wiki formatting is used.
- Link to an issue: #124 (displays
#124, link is striked-through if the issue is closed)
- Link to an issue note: #124-6, or #124#note-6
Wiki links:
- [[Guide]] displays a link to the page named 'Guide': Guide
- [[Guide#further-reading]] takes you to the anchor "further-reading". Headings get automatically assigned anchors so that you can refer to them: Guide
- [[Guide|User manual]] displays a link to the same page but with a different text: User manual
You can also link to pages of an other project wiki:
- [[sandbox:some page]] displays a link to the page named 'Some page' of the Sandbox wiki
- [[sandbox:]] displays a link to the Sandbox wiki main page
Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.
Links to other resources:
- Documents:
- document#17 (link to document with id 17)