markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

\newcommand rendered in red even though it works

Open danjenson opened this issue 4 years ago • 0 comments

Describe the bug image

\newcommand isn't recognized and yields red text, even though it renders where used with the globalGroup turned on.

To Reproduce Steps to reproduce the behavior:

$$
\newcommand{\chk}{\checkmark}
$$
$$
\chk
$$

Works, but the first block is rendered in red.

Desktop (please complete the following information):

  • OS: Arch Linux

danjenson avatar Apr 14 '21 23:04 danjenson