Function parse_code_span
Source fn parse_code_span(cursor: &mut TokenCursor) -> String
Expand description
Parses a code span starting from the current position of the cursor.
§Arguments
cursor
- A mutable reference to a TokenCursor
that tracks the current position in the
§Returns
A string containing the content of the code span, excluding the opening and closing code ticks.