From 135780213799622e697b59dcd8bff154214dd03e Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Thu, 27 Jul 2023 02:33:08 +0000 Subject: [PATCH] squash: Fix markdown --- exporter/otlp/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/exporter/otlp/README.md b/exporter/otlp/README.md index 38eea5b2c1..1c0ecc604e 100644 --- a/exporter/otlp/README.md +++ b/exporter/otlp/README.md @@ -107,11 +107,7 @@ Maintainers are expected to keep up to date with the latest version of protos. T - [`protoc` 22.5][protoc-install] - [Ruby 3+][ruby-downloads] -{% warning %} - -:warning: `protoc 23.x` *changes the Ruby code generator to emit a serialized proto instead of a DSL.* . Please ensure you use `protoc` version `22.x` in order to ensure we remain compatible with versions of protobuf prior to `google-protobuf` gem `3.18`. - -{% endwarning %} +> :warning: `protoc 23.x` *changes the Ruby code generator to emit a serialized proto instead of a DSL.* . Please ensure you use `protoc` version `22.x` in order to ensure we remain compatible with versions of protobuf prior to `google-protobuf` gem `3.18`. ### Upgrade Proto Definitions