From 51e03591a77f3dcf40ca8648a2791fa84d419a1e Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Wed, 10 Jun 2020 19:19:06 +0100 Subject: [PATCH] [IMP] readme template: subsection instructions --- template/module/readme/DESCRIPTION.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/module/readme/DESCRIPTION.rst b/template/module/readme/DESCRIPTION.rst index fc84a0ab1..3583b1755 100644 --- a/template/module/readme/DESCRIPTION.rst +++ b/template/module/readme/DESCRIPTION.rst @@ -3,3 +3,6 @@ This module extends the functionality of ... to support ... and to allow you to ... +Fragments may contain section titles. The first title level must be underlined +with the ``~`` (tilde) character. Subsections can be underlined using any +non-alphanumeric character, other than ``~``, ``=`` and ``-``.