-
Notifications
You must be signed in to change notification settings - Fork 33
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
Invalid babel syntax #20
Comments
same here.... |
same here ... |
Having the same problem, I chose this project because it supports code highlighting, but not being able to use braces is a major issue right now. |
solved, by switching to jsxtreme-markdown-loader |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to display some code samples within the page, not actually render it. But I'm getting an error.
I'm not quite sure if the problem is in this loader or not. When I add the following to a markdown file that is processed through this loader and then through babel, I get a
BabelLoaderError: SyntaxError: Unexpected token (46:227)
error.Here is the full error:
The text was updated successfully, but these errors were encountered: