/// <summary> Gets a cursor to the end of the block. </summary>
 public static BlockCaret EndCursor(this ContentBlock block, int offset = 0)
 {
     return(block.GetCaretAtEnd());
 }