Microsoft/vscode
GitHub で見る[Markdown] Do not auto close angle brackets inside latex blocks
Open
#272,922 opened on 2025年10月23日
bughelp wantedmarkdown-ext
Repository metrics
- Stars
- (74,848 stars)
- PR merge metrics
- (平均マージ 11h 43m) (30d で 1,000 merged PRs)
説明
Does this issue occur when all extensions are disabled?: No
This issue is part of the bundled markdown-basics extension.
- VS Code Version: 1.105.0
- OS Version: Windows 11 24H2 26100.6899
Steps to Reproduce:
- Open an arbitary markdown file
- Type a
<inside$ ... $or$$ ... $$ - A
>will be added as part of the auto-closing - However, HTML tags are not allowed inside latex blocks, and when people use latex blocks, mostly they will use
<as less than meaning instead of left angle bracket, so it should not be auto-closed