Where can I find the source code of remark-mdc? #1819
Unanswered
Boudewijn26
asked this question in
Q&A
Replies: 1 comment
-
Are there plans to make the repository public? Thank you! |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I see nuxt content is using remark-mdc, but the link on npm sends me to a 404. Looking at the package.json of remark-mdc I do see it licensed as MIT
The reason I'm asking is because I think I found a bug with component slots with lists in them. In short we do something like:
Which I'd expect to result in
But instead results in
It would appear to me that the markdown ignores the
#slot2
and continues the list. Which I think would be a bug in remark-mdc, but without access to the source code it is difficult to verify. Does anyone know how we could get access to it?Beta Was this translation helpful? Give feedback.
All reactions