-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Parcel 2: Markdown transformer #3357
Parcel 2: Markdown transformer #3357
Comments
I am interested interested in working on this! |
Awesome @JosephMart! Let us know if you have any questions. |
Here's some code that does a bunch of stuff already with Markdown: We could rewrite it as a transformer and there you go. @JosephMart wanna pair up on that? |
Is there any update on this feature? Or is there even a Plugin that does work for Parcel v2? |
https://github.com/jonathantneal/posthtml-md can be used for some limited support in html being bundled with parcel :) |
It's also worth mentioning that there exists a MDX transformer for those of you using React. |
It seems like a transformer here could actually be used for static site generation. Could the transformer also resolve a template function that wraps the resulting HTML? |
You can also use my plugin for MDX 3: https://github.com/EasyWebApp/Parcel-transformer-MDX |
There's also |
Going to close this. I don't have the bandwidth to implement and maintain this. It would be great as a third party plugin if someone wants to build it! |
Create the
@parcel/transformer-markdown
package inpackages/transforms/markdown
. This package is a Parcel 2 transform plugin for markdown. It should be based on theMarkdownAsset
from Parcel 1.The
@parcel/transformer-markdown
package is responsible for the following things:marked
The text was updated successfully, but these errors were encountered: