Skip to content
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

P2B-31 mdx transformer #3262

Conversation

qburst-aparna
Copy link

@qburst-aparna qburst-aparna commented Jul 25, 2019

This is the initial commit for a simple mdx transformer implementation for brisk. yarn demo in the kitchen-sink example gives Unexpected token (9:9) error from /parcel/node_modules/@babel/parser/lib/index.js:10157:28). If we replace the render.js to app.js in the script in kitchen-sink it logs the MDX component.

@mischnic mischnic mentioned this pull request Dec 24, 2019
3 tasks
@@ -1,6 +1,7 @@
{
"bundler": "@parcel/bundler-default",
"transforms": {
"*.{md,mdx}": ["@parcel/transformer-mdx"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this should also parse standard markdown by default as normal markdown could be expected to result in html instead of JS

@DeMoorJasper DeMoorJasper mentioned this pull request Jan 12, 2020
3 tasks
@DeMoorJasper
Copy link
Member

DeMoorJasper commented Jan 12, 2020

Closing in favor of #3986

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants