File Formats - Fixed formatting

This commit is contained in:
SusanQuigley 2021-02-10 20:20:02 +00:00
parent 6f18d94c29
commit 3d14449cb2
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ For many years, the standard format for Bible translation has been USFM (which s
USFM is a type of markup language that tells a computer program how to format the text. For instance, each chapter is marked like this "\c 1" or "\c 33". Verse markers might look like "\v 8" or "\v 14". Paragraphs are marked "\p". There are many other markers like this that have specific meaning. So a passage like John 1:1-2 in USFM will look like this:
\c 1
\p
\v 1 In the beginning was the Word, and the Word was with God, and the Word was God.
\c 1
\p
\v 1 In the beginning was the Word, and the Word was with God, and the Word was God.
\v 2 This one, the Word, was in the beginning with God.
When a computer program that can read USFM sees this, it is able to format all of the chapter markers the same way (for instance, with a larger number) and all the verse numbers the same way (for instance, with a small superscript number).