I may be doing something wrong, but VerseNumInContext doesn't behave properly if you want verses in parens or brackets or if you want spaces between the verse number and the verse.
For example, using VerseNumInContext with parens around verses like so:
%NoCharFormatting
%NoParFormatting
%NoFootnotes
%NoCitation
%NoRedLetter
=Header
<p><i>"
=ForEachVerse
([VerseNumInContext]) [VerseText]
=Footer
" ([FullPassageRef] [Version])</i></p>
gives this behavior:
"() When I saw him, I fell at his feet as though dead. But he laid his right hand on me, saying, “Fear not, I am the first and the last, (18) and the living one. I died, and behold I am alive forevermore, and I have the keys of Death and Hades." (Revelation 1:17–18 ESV)
If I get rid of the parens in the code, it gives this behavior:
" When I saw him, I fell at his feet as though dead. But he laid his right hand on me, saying, “Fear not, I am the first and the last, 18 and the living one. I died, and behold I am alive forevermore, and I have the keys of Death and Hades." (Revelation 1:17–18 ESV)
(note the space at the start: " When...")
Honestly, formatting sections for
"=ForFirstVerse" (first verse formatting only)
"=ForAllButFirstVerse" (formatting for every verse but the first verse"
"=ForEachVerse" (formatting for all verses including the first verse"
would be extremely helpful.
As it stands, VerseNumInContext isn't particularly useful because it requires modification after pasting.
Thanks!
Jeff.