diff --git a/src/plugins/docgen/AsciiDoc.py b/src/plugins/docgen/AsciiDoc.py index 518cea7ca..366025be2 100644 --- a/src/plugins/docgen/AsciiDoc.py +++ b/src/plugins/docgen/AsciiDoc.py @@ -236,6 +236,7 @@ class AsciiDoc(BaseDoc,TextDoc): # Then add leader and eat up the beginning of the first line pad. # Do not reformat if preformatted notes if not self.__note_format: + self.leader += ' ' start_at = regular_indent + min(len(self.leader)+first_indent,0) this_text = reformat_para(self.text,regular_indent,right,fmt, right_pad)