Build and Deploy Verso / deploy (push) Successful in 9m44s
mathContentTokenizer now detects inline vs display math by scanning back to the opening '$': if @skip consumed whitespace between '$' and the content the tokenizer removes the newline stop (display math), otherwise it keeps it (inline math). contextual: true prevents the tokenizer from firing outside InlineMath entirely, avoiding the orange-body-text regression seen when this was previously attempted without the guard. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>