diff --git a/docs/jsx.md b/docs/jsx.md
index 32c64b37e..7216eb0e8 100644
--- a/docs/jsx.md
+++ b/docs/jsx.md
@@ -18,7 +18,13 @@ function Greeting({subject}) {
Then call the built-in display function to render content:
-```jsx echo
+````md
+```jsx
+display();
+```
+````
+
+```jsx
display();
```