Open aronatkins opened 2 months ago
This happens because angle brackets are one of the autoclosing pairs for markdown:
I originally encountered this problem while editing an R code block in a README.md
file, but have seen it in other simple Markdown files (usually a *.md
for notes alongside some other code). I've shifted to *.qmd
in non-README contexts.
System details:
Positron and OS details:
Positron Version: 2024.09.0 (Universal) build 27 Code - OSS Version: 1.92.0 Commit: d996153f3be6bcc9af460300e61103425323b973 Date: 2024-09-11T02:38:46.408Z Electron: 30.1.2 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Darwin arm64 23.6.0
Interpreter details:
NA.
Describe the issue:
While editing an R code block in a simple Markdown document, the
<>
character sequence is inserted when<
is input. This means that an additional character is injected into the document any time an R variable assignment is typed.Steps to reproduce the issue:
Starting with the simple document: