mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Fix stanza breaks across Psalms and Prophets
Psalms: - Ps 18: [7,17,28,43] → [7,20,28,43] - righteousness theme starts v20 - Ps 68: [7,14,20,27,33] → [7,15,21,28,32] - multiple section fixes - Ps 69: [5,14,22,30] → [6,14,22,30] - suffering for God starts v6 - Ps 89: [5,15,19,39,47] → [5,15,19,38,46] - lament v38, plea v46 - Ps 104: [9,18,27,32] → [10,19,27,33] - springs v10, sun/moon v19 Prophets: - Isaiah 9: [5,8,13,17,21] → [6,8,13,17] - "child is born" v6 - Isaiah 11: [5,9,12,16] → [6,10,13] - peaceable kingdom v6 - Hosea 11: [5,9,12] → [5,8,10] - "How shall I give thee up" v8 - Zechariah 9: [8,13,17] → [9,13] - Messianic "Rejoice greatly" v9 - Zephaniah 3: [7,13,17,20] → [8,14,18] - "Sing, O daughter" v14 - Nahum 1: [6,11,15] → [7,11,15] - "LORD is good" v7 - Malachi 3: [6,12,18] → [7,13] - tithing section v7 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -224,7 +224,7 @@
|
||||
],
|
||||
"18": [
|
||||
7,
|
||||
17,
|
||||
20,
|
||||
28,
|
||||
43
|
||||
],
|
||||
@@ -420,13 +420,13 @@
|
||||
],
|
||||
"68": [
|
||||
7,
|
||||
14,
|
||||
20,
|
||||
27,
|
||||
33
|
||||
15,
|
||||
21,
|
||||
28,
|
||||
32
|
||||
],
|
||||
"69": [
|
||||
5,
|
||||
6,
|
||||
14,
|
||||
22,
|
||||
30
|
||||
@@ -523,8 +523,8 @@
|
||||
5,
|
||||
15,
|
||||
19,
|
||||
39,
|
||||
47
|
||||
38,
|
||||
46
|
||||
],
|
||||
"90": [
|
||||
6,
|
||||
@@ -583,10 +583,10 @@
|
||||
19
|
||||
],
|
||||
"104": [
|
||||
9,
|
||||
18,
|
||||
10,
|
||||
19,
|
||||
27,
|
||||
32
|
||||
33
|
||||
],
|
||||
"105": [
|
||||
8,
|
||||
@@ -1422,11 +1422,10 @@
|
||||
22
|
||||
],
|
||||
"9": [
|
||||
5,
|
||||
6,
|
||||
8,
|
||||
13,
|
||||
17,
|
||||
21
|
||||
17
|
||||
],
|
||||
"10": [
|
||||
5,
|
||||
@@ -1437,10 +1436,9 @@
|
||||
33
|
||||
],
|
||||
"11": [
|
||||
5,
|
||||
9,
|
||||
12,
|
||||
16
|
||||
6,
|
||||
10,
|
||||
13
|
||||
],
|
||||
"12": [
|
||||
3
|
||||
@@ -2086,8 +2084,8 @@
|
||||
],
|
||||
"11": [
|
||||
5,
|
||||
9,
|
||||
12
|
||||
8,
|
||||
10
|
||||
],
|
||||
"12": [
|
||||
6,
|
||||
@@ -2267,7 +2265,7 @@
|
||||
"poetry_chapters": "all",
|
||||
"stanza_breaks": {
|
||||
"1": [
|
||||
6,
|
||||
7,
|
||||
11,
|
||||
15
|
||||
],
|
||||
@@ -2322,10 +2320,9 @@
|
||||
15
|
||||
],
|
||||
"3": [
|
||||
7,
|
||||
13,
|
||||
17,
|
||||
20
|
||||
8,
|
||||
14,
|
||||
18
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -2400,9 +2397,8 @@
|
||||
23
|
||||
],
|
||||
"9": [
|
||||
8,
|
||||
13,
|
||||
17
|
||||
9,
|
||||
13
|
||||
],
|
||||
"10": [
|
||||
5,
|
||||
@@ -2446,9 +2442,8 @@
|
||||
17
|
||||
],
|
||||
"3": [
|
||||
6,
|
||||
12,
|
||||
18
|
||||
7,
|
||||
13
|
||||
],
|
||||
"4": [
|
||||
3,
|
||||
|
||||
Reference in New Issue
Block a user