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

Are you planning on Markdown support? #7

Closed
piscopancer opened this issue May 13, 2024 · 3 comments
Closed

Are you planning on Markdown support? #7

piscopancer opened this issue May 13, 2024 · 3 comments

Comments

@piscopancer
Copy link

Currently there is no appropriate markdown in js syntax highlighting solution, I searched all around the marketplace, failed to find one.

I even issued about it on vscode's github here and there was a person who gave me direction to your extension.

@piscopancer
Copy link
Author

piscopancer commented May 13, 2024

also that would be great if it was supported across all of js,jsx,ts and tsx formats and would work in severe cases like

function Component() {
  return <Markdown>{/* md */`
# heading 1

- tomato
- orange
  `}</Markdown>
}

@ruschaaf
Copy link
Owner

Thanks for the suggestion! Markdown looks straightforward. Jsx and tsx would be good additions too, and it looks like their language definitions are mostly copies of typescript

@ruschaaf
Copy link
Owner

ruschaaf commented Sep 2, 2024

These should be in the next release

@ruschaaf ruschaaf closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants