-
Notifications
You must be signed in to change notification settings - Fork 63
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
plugin is not working here [problem and workaround identified inside this issue] #227
Comments
I have found that the plugin works when I make the following change to the README; replace "``` javascript" with "```js" (remove the space and use "js" rather than "javascript") Emacs' markdown plugin formats the codeblock as above, with the extra space character and using the full "javascript" name and I don't know which is correct, but I can update my README to the format needed by this plugin. |
This PR resolved the issue for the project https://github.com/iambumblehead/esmock/pull/275/files |
Thanks for the update. |
Hello,
eslint-plugin-markdown seems to have stop working for my project about a year ago, here. I tried fiddling with the .eslintrc.json but haven't succeeded in getting the plugin to lint the README.md for the project.
The project
.eslintrc.json
is here and includes "plugin:markdown/recommended" in the "extends" list,Any suggestions or advice are welcome.
The text was updated successfully, but these errors were encountered: