Skip to content

Commit a2e9f67

Browse files
authored
ci: prepare for new mdformat (#14859)
1 parent 96e7b7b commit a2e9f67

File tree

8 files changed

+286
-286
lines changed

8 files changed

+286
-286
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ example, is this related to bigtable (i.e., something in
1111
`google/cloud/bigtable`), or GCS (i.e., something in `google/cloud/storage`)?
1212

1313
**Is your feature request related to a problem? Please describe.** A clear and
14-
concise description of what the problem is. Ex. I'm always frustrated when
15-
\[...\]
14+
concise description of what the problem is. Ex. I'm always frustrated when [...]
1615

1716
**Describe the solution you'd like** A clear and concise description of what you
1817
want to happen.

README.md

Lines changed: 276 additions & 276 deletions
Large diffs are not rendered by default.

ci/cloudbuild/dockerfiles/checkers.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ RUN curl -L -o /usr/local/bin/shfmt https://github.com/mvdan/sh/releases/downloa
4646
RUN pip3 install --upgrade pip
4747
RUN pip3 install cmake_format==0.6.13
4848
RUN pip3 install black==22.3.0
49-
RUN pip3 install mdformat-gfm==0.3.5 \
50-
mdformat-frontmatter==0.4.1 \
49+
RUN pip3 install mdformat==0.7.19 \
50+
mdformat-gfm==0.3.7 \
51+
mdformat-frontmatter==2.0.8 \
5152
mdformat-footnote==0.1.1
5253

5354
RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.24.1/bazelisk-linux-${ARCH}" && \

doc/ctype-cord-workarounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ present, this is the correct default with **any** Protobuf version.
7777

7878
Once the `[ctype = CORD]` annotation is included in the proto files then the
7979
correct default depends on the Protobuf version. If `google-cloud-cpp` is using
80-
Protobuf \< v23 and the annotation is included in the proto files, then
80+
Protobuf < v23 and the annotation is included in the proto files, then
8181
`google-cloud-cpp` will enable the workarounds by default.
8282

8383
It is very likely that the default value for this option is incorrect during the

google/cloud/bigtable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ int main(int argc, char* argv[]) try {
7171
- Official documentation about the [Cloud Bigtable][cloud-bigtable-docs] service
7272
- [Reference doxygen documentation][doxygen-link] for each release of this
7373
client library
74-
- Detailed header comments in our \[public `.h`\]\[source-link\] files
74+
- Detailed header comments in our \[public `.h`\][source-link] files
7575
7676
[cloud-bigtable-docs]: https://cloud.google.com/bigtable/docs/
7777
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/bigtable/latest/

google/cloud/opentelemetry/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ enables OpenTelemetry tracing instrumentation in `google-cloud-cpp`.
8484
build --@google_cloud_cpp//:enable_opentelemetry
8585
```
8686

87-
If you are using an OpenTelemetry version \< v1.16.0, you must also supply the
87+
If you are using an OpenTelemetry version < v1.16.0, you must also supply the
8888
following flag for compatibility with Abseil. Without this flag, the above
8989
`bazel build ...` command will fail.
9090

google/cloud/publicca/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Public Certificate Authority API C++ Client Library
22

3-
This directory contains an idiomatic C++ client library for the \[Public
4-
Certificate Authority API\]\[cloud-service-docs\].
3+
This directory contains an idiomatic C++ client library for the
4+
[Public Certificate Authority API][cloud-service-docs].
55

66
The Public Certificate Authority API may be used to create and manage ACME
77
external account binding keys associated with Google Trust Services' publicly

release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ PR, similar to [PR#138]. If you want, subscribe to notifications in the
331331
[conda feedstock repository] or just look at the PRs in that repository over the
332332
next 24 hours.
333333

334-
## 8. \[optional\] Push the release to Conan
334+
## 8. [optional] Push the release to Conan
335335

336336
The documentation has moved to the
337337
[How-To Guide: Update Conan Package](/release/howto-update-conan-package.md).

0 commit comments

Comments
 (0)