Rohit Patnaik
Rohit Patnaik
I'm getting the same problem as well, but strangely enough, it's manifesting in a file that has a lot of inline code snippets, whereas other files (which do have a...
Just as a follow-up, it appears that the problem has something to do with the blank lines around the fenced code block. When I remove the blank lines (see below),...
I think I'm running into the same issue on MacOS. I have MacOS 11.6, with zsh. I just did a fresh install of pyenv by running: ``` curl https://pyenv.run |...
I think I'm running into a related issue. My problem is that if I have a `def` form at the top level in my Clojure file, I lose fontification for...
Just following up: I can confirm that add `mmm-mode` to `dotspacemacs/excluded-packages` fixes the list highlighting issue. However, I would argue that this isn't a fix so much as it is...
Instead of adding `markdown` to `dotspacemacs-configuration-layers`, adding ```elisp (markdown :packages (not mmm-mode)) ``` will exclude `mmm-mode` from just the `markdown` layer. I think this is a sufficiently narrow workaround that...