markdown-it-texmath icon indicating copy to clipboard operation
markdown-it-texmath copied to clipboard

Unable to render sentence when formula is at the start of it

Open chloe-tan opened this issue 2 years ago • 0 comments

When a formula is at the very start of a new line,

  • E.g. $$ W_A\Delta_B$$ test hello world.
  • Renders only the formula, all remaining text is gone: image

But if we add some extra text at the start of the sentence, everything works fine

  • E.g. a $$ W_A\Delta_B$$ test hello world.
  • Everything renders as expected image

chloe-tan avatar May 11 '23 05:05 chloe-tan