mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
Unlike GitHub's web-UI, the "rouge" hightlighter used in our online documentation is case-sensitive. As a result, code-blocks having the Dockerfile (uppercase) code-hint were not highlighted. This changes those to use lowercase, which is supported by both. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>