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
It would be great to color code blocks when they are indented.
Indented code blocks appear under items of ordered lists to respect markdown lint conventions md029
md029
Exemple:
1. Clone from GitHub ```sh git clone [email protected]:myrepo.git cd myrepo ``` 2. *(Recommended)* install the package in a virtual environment. ```sh python3.10 -m pip install virtualenv python3.10 -m virtualenv .venv310 source .venv310/bin/activate ```
The text was updated successfully, but these errors were encountered:
Seems to work fine for me with other languages besides shell:
Sorry, something went wrong.
Thank you for your example. The behaviour is not the same for shell:
No branches or pull requests
It would be great to color code blocks when they are indented.
Indented code blocks appear under items of ordered lists to respect markdown lint conventions
md029
Exemple:
The text was updated successfully, but these errors were encountered: