We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
kiaking
brc-dd
posva
Learn more about funding links in repositories.
Report abuse
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
Including a Dockerfile snippet into md does not apply highlighting
https://stackblitz.com/edit/vite-jrvx6i?file=docs%2FDockerfile,docs%2Fexample.md
snippet dockerfile should render propperly
System: OS: Linux 5.10 Ubuntu 20.04.6 LTS (Focal Fossa) CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz Memory: 29.01 GB / 31.25 GB Container: Yes Shell: 5.0.17 - /bin/bash Binaries: Node: 17.4.0 - ~/.nvm/versions/node/v17.4.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v17.4.0/bin/yarn npm: 8.3.1 - ~/.nvm/versions/node/v17.4.0/bin/npm pnpm: 8.7.6 - ~/.local/share/pnpm/pnpm bun: 1.0.2 - ~/.local/share/pnpm/bun npmPackages: vitepress: 1.0.0-rc.40 => 1.0.0-rc.40
No response
The text was updated successfully, but these errors were encountered:
You need to manually specify language there as it's not inferable by file extension:
<<< ./Dockerfile {dockerfile}
Sorry, something went wrong.
I'm not sure though why it's adding extra lines though. I'll fix that.
5811b62
No branches or pull requests
Describe the bug
Including a Dockerfile snippet into md does not apply highlighting
Reproduction
https://stackblitz.com/edit/vite-jrvx6i?file=docs%2FDockerfile,docs%2Fexample.md
Expected behavior
snippet dockerfile should render propperly
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: