Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 6, 2024 13:37
Show Gist options
  • Save bjoerntx/804a215289893ec2cd68c565323aaaf4 to your computer and use it in GitHub Desktop.
Save bjoerntx/804a215289893ec2cd68c565323aaaf4 to your computer and use it in GitHub Desktop.
foreach (var block in FindMergeBlocks(text))
{
AddSubTextPart(textControl, block);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment