summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPim Snel <pim@lingewoud.nl>2021-05-07 15:42:53 +0200
committerPim Snel <pim@lingewoud.nl>2021-05-07 15:42:53 +0200
commitdcd980b3281d6b0b3d4391d3217f35387d9e2a0b (patch)
treeed2813ad08b588c555d68a5d7b7fe3b15e69bb76 /examples
parent9fcf5ab1579b5a1791fe78fe0fc7798d8d59f718 (diff)
.mkd import, read write mardown, update docs
Diffstat (limited to 'examples')
-rw-r--r--examples/markdown/markdown-table-alignment.md6
-rw-r--r--examples/markdown/markdown-table.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/examples/markdown/markdown-table-alignment.md b/examples/markdown/markdown-table-alignment.md
new file mode 100644
index 0000000..12ff646
--- /dev/null
+++ b/examples/markdown/markdown-table-alignment.md
@@ -0,0 +1,6 @@
+| Ingredient | Amount | unit |
+|-----------:|-----------:|-----------:|
+| Sardines | 1.00 | kilo |
+| Garlick | 3.00 | toes |
+| Parsley | 1.00 | bunch |
+| White wine | 1.00 | bottle |
diff --git a/examples/markdown/markdown-table.md b/examples/markdown/markdown-table.md
new file mode 100644
index 0000000..31e6b97
--- /dev/null
+++ b/examples/markdown/markdown-table.md
@@ -0,0 +1,6 @@
+| Description | Amount | Unit |
+|-------------|------------|------------|
+| Sardines | 1.00 | kilo |
+| Garlick | 3.00 | toes |
+| Parsley | 1.00 | bunch |
+| White wine | 1.00 | bottle |