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
The documentation of comment-use-syntax says:
comment-use-syntax
Major modes should set this variable.
But markdown-mode doesn't. Probably the variable should be set to nil.
markdown-mode
nil
The text was updated successfully, but these errors were encountered:
electric-quote-mode
Thanks for pointing this out. markdown-mode uses the syntax table for comments, so I suppose it should be set to t.
t
Sorry, something went wrong.
e54619e
No branches or pull requests
The documentation of
comment-use-syntax
says:But
markdown-mode
doesn't. Probably the variable should be set tonil
.The text was updated successfully, but these errors were encountered: