You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//It seems that even before the code in convertBooks, the storybook already has had its img tags removed. I need to figure out how to prevent this from happening.
2
+
/*By the time that applyFilters (In convertBooks) is called, which is at the beginning of convertScriptureBook and thus the beginning of where I would expect
3
+
anything to alter the file, the storybook has already had some changes made to it compared to what is displayed in the Scripture App Builder in the "Book File"
4
+
tab of the Unmerciful Servant book. These changes include the removal of img tags. The Unmerciful Servant book has its source in a .docx file, so I am guessing
5
+
that the changes are made in the conversion of the .docx to the .sfm files.
0 commit comments