vscode-btex icon indicating copy to clipboard operation
vscode-btex copied to clipboard

Code block cannot display accurately

Open FerdTian opened this issue 1 year ago • 1 comments

When use the command \codeblock{} to include code, $ and #, etc. would not display accurately. # would not display, and $ would be treated as the start of latex math formula. I tried to use $ and # but it not work still.

FerdTian avatar Feb 27 '25 03:02 FerdTian

The problem with # is for btex. VSCode-btex does not handle rendering here. As for $, I could theoretically disable highlighting in code blocks.

Trebor-Huang avatar Feb 27 '25 09:02 Trebor-Huang