Commit 95dfbba4 authored by gaojiuli's avatar gaojiuli

Translate chinese to english

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