File: with-handlebars.txt

package info (click to toggle)
node-markdown-it-html5-embed 1.0.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: sh: 12; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Webm:
.
[test link](https://example.com/file.webm)
.
<p><h1>test link</h1><div class="body"><video ><source type="video/webm" src="https://example.com/file.webm"/></video></div></p>
.

MP3:
.
[](https://example.com/file.mp3)
.
<p><h1>Untitled audio</h1><div class="body"><audio ><source type="audio/mpeg" src="https://example.com/file.mp3"/></audio></div></p>
.

OGV:
.
[test link](https://example.com/file.ogv)
.
<p><h1>test link</h1><div class="body"><video ><source type="video/ogg" src="https://example.com/file.ogv"/></video></div></p>
.

Non-media link
.
[test link](https://example.com/file.php)
.
<p><a href="https://example.com/file.php">test link</a></p>
.