about summary refs log tree commit diff
path: root/usfm2gmi.py
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-02-25 19:28:42 -0500
committerZach DeCook <zachdecook@librem.one>2021-02-25 19:28:42 -0500
commit213f0d4d2083ff68556f4fc6af0db898507fab19 (patch)
treeb0d875003119e690afe78a60029fde1bb7f297f1 /usfm2gmi.py
parentbefa6642c8d5c2c01d0715074ed0482c5f0ed35d (diff)
downloadusfm2gmi-213f0d4d2083ff68556f4fc6af0db898507fab19.tar.gz
pi: add indented paragraph
Diffstat (limited to 'usfm2gmi.py')
-rwxr-xr-xusfm2gmi.py2
1 files changed, 2 insertions, 0 deletions
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*']: