File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,6 @@ public UsfmUpdateBlock ProcessBlock(UsfmUpdateBlock block)
5353 || alignmentInfo . Alignment . RowCount == 0
5454 || alignmentInfo . Alignment . ColumnCount == 0
5555 || ! elements . Any ( e =>
56- < << << << HEAD
57- e . Type. IsOneOf( UsfmUpdateBlockElementType . Paragraph , UsfmUpdateBlockElementType . Style )
58- && ! e . MarkedForRemoval
59- && e . Tokens . Count == 1
60- == = == ==
6156 (
6257 e . Type == UsfmUpdateBlockElementType . Paragraph
6358 && alignmentInfo . ParagraphBehavior == UpdateUsfmMarkerBehavior . Preserve
@@ -67,7 +62,6 @@ public UsfmUpdateBlock ProcessBlock(UsfmUpdateBlock block)
6762 e . Type == UsfmUpdateBlockElementType . Style
6863 && alignmentInfo . StyleBehavior == UpdateUsfmMarkerBehavior . Preserve
6964 )
70- >>> > >>> 55d 91e41 ( Port add metadata to update block and marker behavior metadata)
7165 )
7266 )
7367 {
You can’t perform that action at this time.
0 commit comments