Replies: 1 comment
-
|
This should work. Could you create a repo with a minimal reproduction? I hope to be able to investigate soon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
.remarkrcfile in my folder and it makes remark works well in CLI:But when I open the same file in vscodium, I get an error:
The content of my
.remarkrcis:The first plugin is to enable
remark-frontmatter.The following block is the list of plugins involved in
remark-preset-lint-markdown-style-guide(but I don't know how to include a whole preset instead of the list of all of its plugins).The following block is the list of plugins involved in
remark-preset-lint-recommended(and I still don't know how to include a whole preset instead of the list of all of its plugins).I might be doing something wrong, but I don't know what. The documentation says:
Beta Was this translation helpful? Give feedback.
All reactions