summaryrefslogtreecommitdiffstats
path: root/doc/markdown.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r--doc/markdown.doc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc
index afd1add..9f70a52 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -445,6 +445,12 @@ when processed by doxygen:
Documentation that will appear on the main page
+If a page has a label you can link to it using \ref cmdref "\@ref" as
+is shown above. To refer to a markdown page without
+such label you can simple use the file name of the page, e.g.
+
+ See [the other page](@ref other.md) for more info.
+
\subsection md_html_blocks Treatment of HTML blocks
Markdown is quite strict in the way it processes block-level HTML: