Update CODING.md
authorColin Clark <colin.clark@cclark.uk>
Wed, 2 Feb 2022 14:38:13 +0000 (14:38 +0000)
committerColin Clark <colin.clark@cclark.uk>
Wed, 2 Feb 2022 14:38:13 +0000 (14:38 +0000)
Use two spaces for newlines in markdown files.

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).