From 185080ec3409f461607e9c91f101c6c1d527c47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Lim=20=28=E6=9E=97=E8=89=AF=29?= Date: Tue, 27 Mar 2018 11:23:35 +0800 Subject: [PATCH] Update faq-build.md --- content/docs/faq-build.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/docs/faq-build.md b/content/docs/faq-build.md index 9c112cd2..4f804d89 100644 --- a/content/docs/faq-build.md +++ b/content/docs/faq-build.md @@ -22,3 +22,11 @@ No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more. Hello, {name}! ``` + +```jsx +
+ {/* It also works + for multi-line comments. + Hello, {name}! */} +
+```