This is an automated email from the ASF dual-hosted git repository.

mmarshall pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 34f4696a0ba Fix note annotation to correct rendering (#556)
34f4696a0ba is described below

commit 34f4696a0ba81cc863bc0be524d7645e71e24356
Author: Michael Marshall <[email protected]>
AuthorDate: Fri May 5 10:31:18 2023 -0500

    Fix note annotation to correct rendering (#556)
---
 docs/client-libraries-producers.md                         | 4 ++--
 versioned_docs/version-3.0.x/client-libraries-producers.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/client-libraries-producers.md 
b/docs/client-libraries-producers.md
index 3389aac794a..4a42e1ecbb7 100644
--- a/docs/client-libraries-producers.md
+++ b/docs/client-libraries-producers.md
@@ -796,7 +796,7 @@ This example shows how to set producer access mode.
   values={[{"label":"Java","value":"Java"},{"label":"C++","value":"C++"}]}>
 <TabItem value="Java">
 
-::: note
+:::note
 
 This feature is supported in Java client 2.8.0 or later versions.
 
@@ -813,7 +813,7 @@ This feature is supported in Java client 2.8.0 or later 
versions.
 
 <TabItem value="C++">
 
-::: note
+:::note
 
 This feature is supported in C++ client 3.1.0 or later versions.
 
diff --git a/versioned_docs/version-3.0.x/client-libraries-producers.md 
b/versioned_docs/version-3.0.x/client-libraries-producers.md
index 3389aac794a..4a42e1ecbb7 100644
--- a/versioned_docs/version-3.0.x/client-libraries-producers.md
+++ b/versioned_docs/version-3.0.x/client-libraries-producers.md
@@ -796,7 +796,7 @@ This example shows how to set producer access mode.
   values={[{"label":"Java","value":"Java"},{"label":"C++","value":"C++"}]}>
 <TabItem value="Java">
 
-::: note
+:::note
 
 This feature is supported in Java client 2.8.0 or later versions.
 
@@ -813,7 +813,7 @@ This feature is supported in Java client 2.8.0 or later 
versions.
 
 <TabItem value="C++">
 
-::: note
+:::note
 
 This feature is supported in C++ client 3.1.0 or later versions.
 

Reply via email to