Commit 98dbe499 authored by David Z. Han's avatar David Z. Han

Remove an extra ` in markdown doc

parent 0a87af2a
......@@ -5,7 +5,7 @@ title: 演示
在数值背后添加一个小图标来标识涨跌情况。
````jsx
```jsx
import Trend from 'ant-design-pro/lib/Trend';
ReactDOM.render(
......@@ -14,4 +14,4 @@ ReactDOM.render(
<Trend flag="down" style={{ marginLeft: 8 }}>11%</Trend>
</div>
, mountNode);
````
```
......@@ -5,7 +5,7 @@ title: 颜色反转
在数值背后添加一个小图标来标识涨跌情况。
````jsx
```jsx
import Trend from 'ant-design-pro/lib/Trend';
ReactDOM.render(
......@@ -14,4 +14,4 @@ ReactDOM.render(
<Trend flag="down" reverseColor={true} style={{ marginLeft: 8 }}>11%</Trend>
</div>
, mountNode);
````
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment