diff options
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r-- | doc/markdown.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc index e5aebd1..a0e7574 100644 --- a/doc/markdown.doc +++ b/doc/markdown.doc @@ -515,7 +515,7 @@ and in other sections that need to be processed without changes Markdown allows both a single tab or 4 spaces to start a code block. Since doxygen already replaces tabs by spaces before doing Markdown -processing, the effect will only be same if TAB_SIZE in the config file +processing, the effect will only be same if TAB_SIZE in the configuration file has been set to 4. When it is set to a higher value spaces will be present in the code block. A lower value will prevent a single tab to be interpreted as the start of a code block. |