Commit 95dfbba4 authored by gaojiuli's avatar gaojiuli

Translate chinese to english

parent 2126ea94
......@@ -133,9 +133,9 @@ block code
---
|表头1|表头2
|th1|th2
|------
|表格单元|表格单元
|表格单元|表格单元
|td|td
|td|td
```
......@@ -36,18 +36,18 @@ string = """
<table>
<thead>
<tr>
<th>表头1</th>
<th>表头2</th>
<th>th1</th>
<th>th2</th>
</tr>
</thead>
<tbody>
<tr>
<td>表格单元</td>
<td>表格单元</td>
<td>td</td>
<td>td</td>
</tr>
<tr>
<td>表格单元</td>
<td>表格单元</td>
<td>td</td>
<td>td</td>
</tr></tbody></table>
"""
......
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