forked from WA_Training/fr_tm
Update 'translate/file-formats/01.md'
Fixed double quotes.
This commit is contained in:
parent
0b739bc9f1
commit
2d02f9be43
|
@ -7,7 +7,7 @@ While a large part of translation has to do with language, words, and sentences,
|
|||
|
||||
For many years, the standard format for Bible translation has been USFM (which stands for Unified Standard Format Markers). We have adopted this standard as well.
|
||||
|
||||
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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue