diff --git a/docs/Features.md b/docs/Features.md index 352fdbe7b1e..a6b5aa1810f 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -426,6 +426,7 @@ React-admin offers a **rich set of input components and form layouts** to build For instance, here is how to build a tabbed form for editing a blog post: +{% raw %} ```jsx import { TabbedForm, @@ -445,7 +446,7 @@ export const PostEdit = () => ( - + @@ -457,7 +458,7 @@ export const PostEdit = () => ( - + @@ -472,6 +473,7 @@ export const PostEdit = () => ( ); ``` +{% endraw %}