Just a note that I’ve written a little QuickAdd script to quickly include multiple sequential verses from the Bible in Markdown in a page.
Here’s the video:
Get the script here:
Update - Fix: Replace line 205 with
for (let i = parseInt(v1); i <= parseInt(v2); i++) {