Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove backticks from autoClosingPairs and surroundingPairs
Doubling up backticks happens when trying to write a code block in MDX. This breaks backtick auto-pairing even when writing inline code span, but arguably, it is much less annoying to have to add the matching backtick manually in the case of an inline code span than it is to have to remove it twice every time a code block is being written (in the opening and closing triple-backtick lines).
- Loading branch information