summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-10-13 17:04:34 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-10-13 17:04:34 +0800
commitf11fe37d2a58b3a9437c968f2117324ca8d41fe6 (patch)
tree5ed064a871525a8da72d52f1474e4bd4b3537410 /_posts
parent20cd65babaa7a2adf548a8575e6c4d748bb04fd0 (diff)
chore: update demo post
Diffstat (limited to '_posts')
-rw-r--r--_posts/2016-01-01-another-test-markdown.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/_posts/2016-01-01-another-test-markdown.md b/_posts/2016-01-01-another-test-markdown.md
index 93ee66c..38351fd 100644
--- a/_posts/2016-01-01-another-test-markdown.md
+++ b/_posts/2016-01-01-another-test-markdown.md
@@ -199,6 +199,13 @@ Bob -> Alice : hello
[\[video link\]](//www.youtube.com/watch?v=Ptk_1Dc2iPY)
+
+# Special media links
+
+![]( {{ "/assets/devstories.webm" | relative_url }} )
+
+[![w:1100](https://i.imgur.com/bc9HOJU.png)](https://www.youtube.com/watch?v=kCHGDRHZ4eU)
+
Tips:
* Use pipes {% raw %}(`|`){% endraw %} to delineate columns, and dashes to delineate the header row from the rest of the table.
* Spacing doesn't matter to the markdown processor, any extra white space is removed, but it can really help with readability.