Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15397193
D15619.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D15619.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15619: Correct table documentation in Remarkup reference
Attached
Detach File
Event Timeline
Log In to Comment