Skip to content

Commit 9c6de15

Browse files
committed
Actually allow tables in verses
1 parent f1ba1b9 commit 9c6de15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

USFMToolsSharp/Models/Markers/VMarker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public override string PreProcess(string input)
140140
typeof(PMarker),
141141
typeof(LIMarker),
142142
typeof(PCMarker),
143+
typeof(TableBlock)
143144
};
144145
public override bool TryInsert(Marker input)
145146
{

0 commit comments

Comments
 (0)