From 2ff5d347ba53d8fccfb92707e9da13be60061c3b Mon Sep 17 00:00:00 2001
From: Juan Carlos Blanco Delgado
<36451129+juancarlosjr97@users.noreply.github.com>
Date: Tue, 16 Feb 2021 08:28:54 +0000
Subject: [PATCH] docs(v2): Removing wrong parenthesis on image variable
(#4226)
* Removing wrong parenthesis on image variable
* Updating markdown feature documenation
---
.../docs/guides/markdown-features/markdown-features-assets.mdx | 2 +-
.../versioned_docs/version-2.0.0-alpha.70/markdown-features.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/guides/markdown-features/markdown-features-assets.mdx b/website/docs/guides/markdown-features/markdown-features-assets.mdx
index baa1c1ea27..dd47eb59b4 100644
--- a/website/docs/guides/markdown-features/markdown-features-assets.mdx
+++ b/website/docs/guides/markdown-features/markdown-features-assets.mdx
@@ -44,7 +44,7 @@ The ES imports syntax also works:
import myImageUrl from './assets/docusaurus-asset-example-banner.png';
-
+
```
This results in displaying the image:
diff --git a/website/versioned_docs/version-2.0.0-alpha.70/markdown-features.mdx b/website/versioned_docs/version-2.0.0-alpha.70/markdown-features.mdx
index ba218b5901..33b219dfe6 100644
--- a/website/versioned_docs/version-2.0.0-alpha.70/markdown-features.mdx
+++ b/website/versioned_docs/version-2.0.0-alpha.70/markdown-features.mdx
@@ -1072,7 +1072,7 @@ The ES imports syntax also works:
import myImageUrl from './assets/docusaurus-asset-example-banner.png';
-
+
```
This results in displaying the image: