Skip to content

Commit bc10f47

Browse files
committed
Markdownlint: fenced-code-language
1 parent de8abd6 commit bc10f47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ config:
2424
# no-emphasis-as-heading: true
2525
no-space-in-code: true
2626
no-space-in-links: true
27-
# fenced-code-language: true
27+
fenced-code-language: true
2828
# first-line-heading: true
2929
# ol-prefix: one_or_ordered
3030
# list-marker-space: true

docs/infrastructure_and_maintenance/cache/http_cache/reverse_proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ If the Varnish server is protected by Basic Auth, specify the Basic Auth credent
149149
Varnish is enabled by default when using [[= product_name_cloud =]] and the `purge_servers` setting is set automatically.
150150
To enable Basic Auth on [[= product_name_cloud =]] when using Varnish, specify the credentials using the following environment variables to make sure that Varnish is reachable:
151151

152-
```
152+
``` bash
153153
env:HTTPCACHE_USERNAME=myuser
154154
env:HTTPCACHE_PASSWORD=mypasswd
155155
```

0 commit comments

Comments
 (0)