GitBook: [zh_tw] 2 pages modified

This commit is contained in:
洪慈吟 2020-04-23 00:16:06 +00:00 committed by Justin Starry
parent c2ac744558
commit df1a4342f9
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
## 核心觀念 <a id="concepts"></a> ## 核心觀念 <a id="concepts"></a>
* [Using html!](concepts/html/README.md) * [使用 html!](concepts/html/README.md)
* [Lists](concepts/html/lists.md) * [Lists](concepts/html/lists.md)
* [Elements](concepts/html/elements.md) * [Elements](concepts/html/elements.md)
* [Literals & Expressions](concepts/html/literals-and-expressions.md) * [Literals & Expressions](concepts/html/literals-and-expressions.md)

View File

@ -2,7 +2,7 @@
description: The procedural macro for generating HTML and SVG description: The procedural macro for generating HTML and SVG
--- ---
# Using html! # 使用 html!
The `html!` macro allows you to write declarative HTML and SVG for your components. If you've used React's JSX it will feel quite familiar. The `html!` macro allows you to write declarative HTML and SVG for your components. If you've used React's JSX it will feel quite familiar.