fix(parser): Correctly handle literal less-than signs in text
#6
by rsn86 - opened
The previous parsing logic identified any literal less-than character ('<') as the start of an tag.
This caused text containing the symbol (e.g., "p < 0.05") to be prematurely truncated when edited.
gsarti changed pull request status to merged