We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d824bc1 commit 12a27c4Copy full SHA for 12a27c4
examples/markdown/markdown-table-alignment.md
@@ -1,6 +1,6 @@
1
-| Ingredient | Amount | unit |
2
-|-----------:|-----------:|-----------:|
3
-| Sardines | 1.00 | kilo |
4
-| Garlick | 3.00 | toes |
5
-| Parsley | 1.00 | bunch |
6
-| White wine | 1.00 | bottle |
+| Ingredient (def: left) | Shop: (left) | Amount (right) | Unit (center) |
+|------------------------|:-------------------|---------------:|:-------------:|
+| Sardines | Fish Market | 1.00 | kilo |
+| Garlick | Vegetables Inc. | 3.00 | toes |
+| Parsley | Vegetables Inc. | 1.00 | bunch |
+| White wine | Rosemary's Spirits | 1.00 | bottle |
0 commit comments