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'; -My image alternative text +My image alternative text ``` 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'; -My image alternative text +My image alternative text ``` This results in displaying the image: