summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2021-04-17 22:57:39 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2021-04-17 22:57:39 +0800
commit2b3eb9250c81c9107366d9f377132b46c8c63c41 (patch)
tree40fbc4db5b248ebe2b8b69ccb3d5a11a2ac9d657 /_posts
parent10bce3e3b7657dc65d4ed872e45ac3b5f5ed0aa1 (diff)
chore: update another-test-markdown.md
Diffstat (limited to '_posts')
-rw-r--r--_posts/2016-01-01-another-test-markdown.md65
1 files changed, 56 insertions, 9 deletions
diff --git a/_posts/2016-01-01-another-test-markdown.md b/_posts/2016-01-01-another-test-markdown.md
index 64d8a35..ac6e62c 100644
--- a/_posts/2016-01-01-another-test-markdown.md
+++ b/_posts/2016-01-01-another-test-markdown.md
@@ -129,7 +129,7 @@ for (a, b), neighbors in common_neighbors.items():
| (1,0) ||| ^^ | |
-# Table
+## Table
| Stage | Direct Products | ATP Yields |
| ----: | --------------: | ---------: |
@@ -159,12 +159,22 @@ for (a, b), neighbors in common_neighbors.items():
| Heading | Column 1 | Column 2 |
|--------------------|---------------|------------------------------------|
-| Row 1 | Apple[^1] | Orange |
-| Row 2 (merged) | Blueberry | Strawberry |
+| Row 1 | Apple[^1] | [Youtube (Home)] |
+| Row 2 | Banana | [Github][1] |
+| Row 3 (merged) | Blueberry | [Google] ***** [Github] |
| ^^ | [Plum](https://example.com) | Raspberry ![example][cell image] |
-
+| Row 4 | <https://www.google.com> | |
+|^^ |^^ <https://www.youtube.com> | |
+| Row 5 | <https://www.google.com> ||
+
+[Youtube (Home)]: https://www.youtube.com
+[Google]: https://www.google.com
+[Github]: https://www.github.com
+[1]: https://www.github.com
[^1]: Footnote
+<https://www.google.com>
+
Not in table: `<Mail Gateway>`
In table:
@@ -180,20 +190,22 @@ Authoritative DNS MX Record | `<Mail Gateway>`
| 1 \* 3 = 3 | 2 \* 3 = 6 | 3 \* 3 = 9 |
| 1 \* 3 = 3 | 2 \* 3 = 6 | 3 \* 4 = 12 | 4 \* 4 = 16 |
-# Emoji
+## Emoji
:+1:
-# Mathjax
+## Mathjax
$\LaTeX{}$
-# PlantUML
+## PlantUML
@startuml
Bob -> Alice : hello
@enduml
-# Video
+## Video
+
+![Flower](https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm)
![](//www.youtube.com/watch?v=Ptk_1Dc2iPY)
@@ -201,8 +213,43 @@ Bob -> Alice : hello
[\[video link\]](//www.youtube.com/watch?v=Ptk_1Dc2iPY)
+## Audio
+
+[HTML5 Audio Formats Test](https://hpr.dogphilosophy.net/test/)
+
+Opus Audio (".opus"):
+
+![](https://hpr.dogphilosophy.net/test/opus.opus)
+
+"MP3" file (".mp3") :
+
+![](https://hpr.dogphilosophy.net/test/mp3.mp3)
+
+WebM Audio (".weba"):
+
+![](https://hpr.dogphilosophy.net/test/weba.weba)
+
+WebMv2 Audio (".webm"):
+
+![](https://hpr.dogphilosophy.net/test/webmv2.webm)
+
+Ogg Vorbis (".ogg") :
+
+![](https://hpr.dogphilosophy.net/test/ogg.ogg)
+
+"wave" file(".wav") :
+
+![](https://hpr.dogphilosophy.net/test/wav.wav)
+
+FLAC file (".flac") :
+
+![](https://hpr.dogphilosophy.net/test/flac.flac)
+
+CAF file (".caf") :
+
+![](https://hpr.dogphilosophy.net/test/cafopus.caf)
-# Special media links
+## Special media links
![]( {{ "/assets/devstories.webm" | relative_url }} )