helpers icon indicating copy to clipboard operation
helpers copied to clipboard

Unwanted capitalization in a list

Open sonniki opened this issue 10 months ago • 1 comments

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)

sonniki avatar Feb 06 '25 14:02 sonniki

As you said people should add a backtick

gpsaggese avatar Feb 12 '25 14:02 gpsaggese

Nothing to do here

sonniki avatar Apr 16 '25 18:04 sonniki