Update CODING.md
[geeqie.git] / CODING.md
index ac999c8..9a98159 100644 (file)
--- a/CODING.md
+++ b/CODING.md
@@ -9,6 +9,7 @@
 [Documentation](#documentation)  
 [Documentation - C code](#c-code)  
 [Documentation - Script files](#script-files)  
+[Documentation - Markdown](#markdown)  
 [Doxygen](#doxygen)  
 
 ---
@@ -342,6 +343,10 @@ Doxygen comments should start each line with `##`, and each file should contain:
 ##
 ```
 
+### Markdown
+
+For a newline use two spaces (a backslash is not interpreted correctly by Doxygen).
+
 ## Doxygen
 
 For further documentation about Doxygen see the [Doxygen Manual](https://www.doxygen.nl/index.html).