Skip to content

Commit eb60d5a

Browse files
authored
Merge pull request #714 from wlwl2/patch-1
Update faq-build.md
2 parents 2e76743 + 8c79709 commit eb60d5a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/docs/faq-build.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more.
2222
Hello, {name}!
2323
</div>
2424
```
25+
26+
```jsx
27+
<div>
28+
{/* It also works
29+
for multi-line comments. */}
30+
Hello, {name}!
31+
</div>
32+
```

0 commit comments

Comments
 (0)