/// <summary> Gets a cursor to the beginning of the block. </summary>
 public static BlockCaret BeginCursor(this ContentBlock block, int offset = 0)
 => block.BeginCaret(offset);