docs(v2): escape more jsx in mdx files for Crowdin (#4285)

This commit is contained in:
Sébastien Lorber 2021-02-24 15:46:00 +01:00 committed by GitHub
parent 96e1b1e269
commit cc42cf5af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 50 additions and 0 deletions

View file

@ -396,6 +396,7 @@ class HelloWorld {
And you will get the following:
````mdx-code-block
<Tabs
defaultValue="js"
values={[
@ -433,6 +434,7 @@ class HelloWorld {
</TabItem>
</Tabs>
````
You may want to implement your own `<MultiLanguageCode />` abstraction if you find the above approach too verbose. We might just implement one in future for convenience.