Using HTML anchors in wiki pages
You can direct users to any section of wiki page via a URL.
How to direct to a specific section in any wiki page or card description
-
Add an anchor tag in the section header in your card description, like the example below. e.g. #design
h3(#design). Design Guidelines
- Now you can easily go to this section of the card via URL. For example,
http://url_to_your_card#design
- When you open this URL, the card will be loaded and the section, Design Guidelines, will be shown at the top of the browser.
The HTML anchor is supported on both cards and pages.