chore: update another-test-markdown.md

This commit is contained in:
jeffreytse 2021-04-17 22:57:39 +08:00
parent 10bce3e3b7
commit 2b3eb9250c

View file

@ -129,7 +129,7 @@ for (a, b), neighbors in common_neighbors.items():
| (1,0) ||| ^^ | | | (1,0) ||| ^^ | |
# Table ## Table
| Stage | Direct Products | ATP Yields | | Stage | Direct Products | ATP Yields |
| ----: | --------------: | ---------: | | ----: | --------------: | ---------: |
@ -159,12 +159,22 @@ for (a, b), neighbors in common_neighbors.items():
| Heading | Column 1 | Column 2 | | Heading | Column 1 | Column 2 |
|--------------------|---------------|------------------------------------| |--------------------|---------------|------------------------------------|
| Row 1 | Apple[^1] | Orange | | Row 1 | Apple[^1] | [Youtube (Home)] |
| Row 2 (merged) | Blueberry | Strawberry | | Row 2 | Banana | [Github][1] |
| Row 3 (merged) | Blueberry | [Google] ***** [Github] |
| ^^ | [Plum](https://example.com) | Raspberry ![example][cell image] | | ^^ | [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 [^1]: Footnote
<https://www.google.com>
Not in table: `<Mail Gateway>` Not in table: `<Mail Gateway>`
In table: 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 \* 3 = 9 |
| 1 \* 3 = 3 | 2 \* 3 = 6 | 3 \* 4 = 12 | 4 \* 4 = 16 | | 1 \* 3 = 3 | 2 \* 3 = 6 | 3 \* 4 = 12 | 4 \* 4 = 16 |
# Emoji ## Emoji
:+1: :+1:
# Mathjax ## Mathjax
$\LaTeX{}$ $\LaTeX{}$
# PlantUML ## PlantUML
@startuml @startuml
Bob -> Alice : hello Bob -> Alice : hello
@enduml @enduml
# Video ## Video
![Flower](https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm)
![](//www.youtube.com/watch?v=Ptk_1Dc2iPY) ![](//www.youtube.com/watch?v=Ptk_1Dc2iPY)
@ -201,8 +213,43 @@ Bob -> Alice : hello
[\[video link\]](//www.youtube.com/watch?v=Ptk_1Dc2iPY) [\[video link\]](//www.youtube.com/watch?v=Ptk_1Dc2iPY)
## Audio
# Special media links [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
![]( {{ "/assets/devstories.webm" | relative_url }} ) ![]( {{ "/assets/devstories.webm" | relative_url }} )