From fe89f2eb5263c27d1686f4d8faeb402799a4ea99 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 12 Feb 2017 11:17:31 +0100 Subject: [PATCH] Minor typo-fix to coding style info. --- CODING_STYLE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CODING_STYLE.md b/CODING_STYLE.md index 222c97bb0c..9ca06f1588 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -52,8 +52,9 @@ are useful in the game ... Sectioning (`# title`, `## subtile` etc) should not be used in freeform docstrings - this will confuse the sectioning of the auto documentation page and the auto-api will create this automatically. -Use **section** with bold markers if a section is needed. Otherwise -markdown should be used as needed to format the text. +Write just the section name bolded on its own line to mark a section. +Beyond sections markdown should be used as needed to format +the text. Code examples should use [multi-line syntax highlighting][markdown-hilight] to mark multi-line code blocks, using the "python" identifier. Just