pub type CodeRegion = (usize, usize);
Represents a region of content inside a code block (start_pos, end_pos).
start_pos
end_pos