Skip to content

Commit

Permalink
Fixes for id_ayt
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnswartz committed Sep 10, 2024
1 parent c5125c3 commit 766d5b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion USFMToolsSharp/Models/Markers/PCMarker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public override string PreProcess(string input)
typeof(FMarker),
typeof(FEndMarker),
typeof(LIMarker),
typeof(QMarker)
typeof(QMarker),
typeof(SCMarker),
};
}
}
1 change: 1 addition & 0 deletions USFMToolsSharp/Models/Markers/PMarker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public override string PreProcess(string input)
typeof(LIMarker),
typeof(QMarker),
typeof(XMarker),
typeof(SCMarker),
};
}
}
1 change: 1 addition & 0 deletions USFMToolsSharp/Models/Markers/VMarker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public override string PreProcess(string input)
typeof(REMMarker),
typeof(PMarker),
typeof(LIMarker),
typeof(PCMarker),
};
public override bool TryInsert(Marker input)
{
Expand Down

0 comments on commit 766d5b5

Please sign in to comment.