I write my sermons in a wiki. I want the output of a verse copy to work in the Wiki language, and so it needs to look like this:
# *John 11:35* ^35^Jesus wept. ^ESV^
The closest I've gotten is this:
# *John 11:35*^35^Jesus wept. ^ESV^
Which is missing the space between the '*' and the '^'
The style I have so far is:
%NoCharFormatting
%NoParFormatting
%NoFootnotes
%NoCitation
=Header
# *[FullPassageRef]* <----THIS IS WHERE I WANT A SPACE
=ForEachVerse
^[VerseNum]^[VerseText]
=Footer
^[Version]^
Inserting a space after the "# *[FullPassageRef]*" does not do anything to alter the output.
Also, it seems like the copy grabs the verse as a full line, is there a way to suppress the newline?
Thanks in advance.