diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-10-13 17:04:34 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-10-13 17:04:34 +0800 |
commit | f11fe37d2a58b3a9437c968f2117324ca8d41fe6 (patch) | |
tree | 5ed064a871525a8da72d52f1474e4bd4b3537410 | |
parent | 20cd65babaa7a2adf548a8575e6c4d748bb04fd0 (diff) |
chore: update demo post
-rw-r--r-- | _posts/2016-01-01-another-test-markdown.md | 7 |
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. |