We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
great extension!!! I have been looking for this one for months!
It would be great if it would support auto syntax detection of pasted code and also to be able to make multiple "code blocks" with custom syntax.
import * as enumsData from './generated/enums.json'; export * from './generated/enums'; export { enumsData };
to be rendered like:
Example:
` ` `typescript import * as enumsData from './generated/enums.json'; export * from './generated/enums'; export { enumsData }; ` ` `
To be formated like:
Inspiration: https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
great extension!!! I have been looking for this one for months!
It would be great if it would support auto syntax detection of pasted code and also to be able to make multiple "code blocks" with custom syntax.
Auto detection
to be rendered like:
Manual set
Example:
To be formated like:
Inspiration: https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks
The text was updated successfully, but these errors were encountered: