Convert usfm bibles into gemtext (python library/utility)
references: make as quotes
Zach DeCook 2024-03-07
parent a9e497d · commit 3fb855e
-rwxr-xr-xusfm2gmi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/usfm2gmi.py b/usfm2gmi.py
index 6865ac4..87e99af 100755
--- a/usfm2gmi.py
+++ b/usfm2gmi.py
@@ -76,6 +76,8 @@ def convert(line, printStrongs=False):
out += '\t'
elif word in ['\\qs*']:
continue
+ elif word in ['\\r']:
+ out += '\n> '
elif word in ['\\wj','\\wj*']:
continue
elif word in ['\\em','\\it']: