-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
Ability to disable markdown-insert-gfm-code-block prompt #38
Comments
This sounds good to me. I envision a minibuffer prompt with completion based on previously used language keywords in the current buffer (using As a workaround for now you could re-bind |
I would think it'd be more appropriate to have a list of all the recognized languages gfm provides (which we'd have to update every so often) and do a |
Having a pre-specified list of languages is a great idea. I agree that completion would be preferred. I actually thought |
We now have completion for programming language names as described above with some additional enhancements. Also see the new variable |
I appreciate the option to specify a language name for gfm triple backticks pre-formatted code blocks, but 99% of the time, I always want to skip it.
Could we introduce a configurable variable for whether the prompt is raised, or nil, or some preferred default language name is used?
The text was updated successfully, but these errors were encountered: