We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
remark
@btmills Hi, #179 is not related, at this PR actually only adds blocksCache and getShortLang and better TypeScript support.
blocksCache
getShortLang
For blocksCache, it is actually an issue described at #178 (comment)
For getShortLang, it fixes #176
For ts typings generated by typescript + jsdoc, it will be easier to be resued in eslint-mdx. I can just copy-paste the source code of eslint-plugin-markdown into https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx/src/processors/markdown.ts for now.
eslint-mdx
eslint-plugin-markdown
I added eslint-plugin-mdx as dev dep just to make sure they are working compatibly.
eslint-plugin-mdx
Originally posted by @JounQin in #178 (comment)
The text was updated successfully, but these errors were encountered:
continue to discuss on PR instead
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
@btmills Hi, #179 is not related, at this PR actually only adds
blocksCache
andgetShortLang
and better TypeScript support.For
blocksCache
, it is actually an issue described at #178 (comment)For
getShortLang
, it fixes #176For ts typings generated by typescript + jsdoc, it will be easier to be resued in
eslint-mdx
. I can just copy-paste the source code ofeslint-plugin-markdown
into https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx/src/processors/markdown.ts for now.I added
eslint-plugin-mdx
as dev dep just to make sure they are working compatibly.Originally posted by @JounQin in #178 (comment)
The text was updated successfully, but these errors were encountered: