From 213f0d4d2083ff68556f4fc6af0db898507fab19 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 25 Feb 2021 19:28:42 -0500 Subject: pi: add indented paragraph --- usfm2gmi.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usfm2gmi.py') diff --git a/usfm2gmi.py b/usfm2gmi.py index 54685f7..90c18ae 100755 --- a/usfm2gmi.py +++ b/usfm2gmi.py @@ -43,6 +43,8 @@ def convert(line): skip = 1 elif word in ['\\p','\\m']: out += '\n' + elif word in ['\\pi','\\pi1']: + out += '\n\t' elif word in ['\\q']: out += '\n> ' elif word in ['\\wj','\\wj*']: -- cgit 1.4.1