-
Notifications
You must be signed in to change notification settings - Fork 163
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
Syntax highlighting in GFM code blocks #123
Comments
For a while, I was using |
Awesome, I hadn't seen polymode. That'll work for me! Thank you :) |
Using (require 'markdown-mode)
(require 'poly-markdown)
(add-to-list 'auto-mode-alist '("\\.md\\'" . poly-markdown-mode)) Docs I used: |
Built-in support is in master now. See custom variable |
Is this best supported through markdown-mode or through something like multi-mode highlighting?
The text was updated successfully, but these errors were encountered: