[[#wd Lookup TitleRecipe28 ]]

Overview

This recipe describes how to integrate Intra-Page-Links while using COAST. (At the moment there isn't yet a special renderer available. Therefore we describe here only the static way).

Preconditions

Steps to do:

  1. Define the coarse (static) structure of your page.

  2. Integrate for example a jump to the top after each chapter.
  3. Implement this anchor.
    Sample:
    [[#wd DisplayAnythingRenderer {
    	/AnythingInfo {
    		"<a name="top">Top of the page</a>"
    	}
    }]]
    

Remarks

Glossary

Related Topics