diff options
author | albert-github <albert.tests@gmail.com> | 2018-03-31 12:08:03 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-03-31 12:08:03 (GMT) |
commit | 19e2abe877cafbe4ab56cbc50d913dfaf249e450 (patch) | |
tree | d8df4897ba6a2cd98425f438cb6496f5f8787eb6 /doc/markdown.doc | |
parent | 7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff) | |
download | Doxygen-19e2abe877cafbe4ab56cbc50d913dfaf249e450.zip Doxygen-19e2abe877cafbe4ab56cbc50d913dfaf249e450.tar.gz Doxygen-19e2abe877cafbe4ab56cbc50d913dfaf249e450.tar.bz2 |
Added not for usage of [TOC] together with Markdown headers
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r-- | doc/markdown.doc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc index e5aebd1..418df17 100644 --- a/doc/markdown.doc +++ b/doc/markdown.doc @@ -300,6 +300,9 @@ to produce a table of contents at the start of the page, listing all sections. Note that using `[TOC]` is the same as using a \ref cmdtableofcontents "\\tableofcontents" command. +Note that the \ref cfg_toc_include_headings "TOC_INCLUDE_HEADINGS" has to be set +to a value > 0 otherwise no table of contents is shown when using \ref md_headers "Markdown Headers". + \subsection md_tables Tables Of the features defined by "Markdown Extra" is support for |