Page MenuHomePhabricator

D15619.diff
No OneTemporary

D15619.diff

diff --git a/src/docs/user/userguide/remarkup.diviner b/src/docs/user/userguide/remarkup.diviner
--- a/src/docs/user/userguide/remarkup.diviner
+++ b/src/docs/user/userguide/remarkup.diviner
@@ -532,10 +532,12 @@
Remarkup supports simple table syntax. For example, this:
- | Fruit | Color | Price | Peel?
- | ----- | ----- | ----- | -----
- | Apple | red | `$0.93` | no
- | Banana | yellow | `$0.19` | **YES**
+```
+| Fruit | Color | Price | Peel?
+| ----- | ----- | ----- | -----
+| Apple | red | `$0.93` | no
+| Banana | yellow | `$0.19` | **YES**
+```
...produces this:
@@ -546,26 +548,28 @@
Remarkup also supports a simplified HTML table syntax. For example, this:
- <table>
- <tr>
- <th>Fruit</th>
- <th>Color</th>
- <th>Price</th>
- <th>Peel?</th>
- </tr>
- <tr>
- <td>Apple</td>
- <td>red</td>
- <td>`$0.93`</td>
- <td>no</td>
- </tr>
- <tr>
- <td>Banana</td>
- <td>yellow</td>
- <td>`$0.19`</td>
- <td>**YES**</td>
- </tr>
- </table>
+```
+<table>
+ <tr>
+ <th>Fruit</th>
+ <th>Color</th>
+ <th>Price</th>
+ <th>Peel?</th>
+ </tr>
+ <tr>
+ <td>Apple</td>
+ <td>red</td>
+ <td>`$0.93`</td>
+ <td>no</td>
+ </tr>
+ <tr>
+ <td>Banana</td>
+ <td>yellow</td>
+ <td>`$0.19`</td>
+ <td>**YES**</td>
+ </tr>
+</table>
+```
...produces this:

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 17, 6:43 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224171
Default Alt Text
D15619.diff (1 KB)

Event Timeline