helpers
helpers copied to clipboard
Unwanted capitalization in a list
Linting a Markdown file with the following list:
- This Dockerfile runs various scripts to install:
- OS
- Python
- venv + Python packages
triggers capitalization of "venv" -> "Venv", which we don't want. Let's investigate which Linter component does that and whether it can be bypassed. (probably the solution will be to force people to use backticks if they want to escape such capitalization but let's double check)
As you said people should add a backtick
Nothing to do here