We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
markdown-inline-code-at-pos treats the character directly after inline code as part of the code span.
markdown-inline-code-at-pos
This affects electric-quote-mode, e.g. when typing `a`'b the quote isn't made electric.
`a`'b
In the document
`a`b
b should not be considered part of the code span.
b
b is considered part of the code span.
markdown-inline-code-at-point
The text was updated successfully, but these errors were encountered:
213698d
No branches or pull requests
markdown-inline-code-at-pos
treats the character directly after inline code as part of the code span.This affects electric-quote-mode, e.g. when typing
`a`'b
the quote isn't made electric.Expected Behavior
In the document
b
should not be considered part of the code span.Actual Behavior
b
is considered part of the code span.Steps to Reproduce
`a`b
into a Markdown buffer.b
.markdown-inline-code-at-point
.Software Versions
The text was updated successfully, but these errors were encountered: