error I'm getting:
JAS 3:1-2 Attrib marker 'va' found after 'p' but may only follow 'v' at line 135, char 29
...
These errors were triggered while internally parsing the USFM
Text in question:
+-----------------------
\p \v 1-2
<!--a5f14dd1-082f-4046-8166-3adf7e93b315-->Brothers and sisters, \va 2a\va* we all make many mistakes, \va 1\va* that God will judge one day. But look, you know that God will be even more severe in judging the mistakes of those who teach in the church ⌊because they are spiritual leaders⌋. Therefore, think deeply before you decide to become a teacher in the Church.
\s The Tongue: The Source Of Evil
\p \va 2b\va* When we control our tongues, then we can become mature in our faith and be in full control of ourselves.
+-----------------------
I have a rule in changes.txt that converts these to '\vp .*? \vp*' and that worked in earlier versions of PtxPrint. But with 3.0.1, it throws up this error parsing the USFM, which is happening apparently before it get to the changes.txt process to clean it up.
Is there another solution besides putting the \vp's in Paratext?