File: textile.html

package info (click to toggle)
libtext-markup-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 324 kB
  • sloc: perl: 870; python: 178; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p>start paragraph</p>

<p>another paragraph</p>

<ul>
<li>list of things with <a href="https://www.jerakeen.org">ürls</a> in</li>
<li>more things in the list</li>
</ul>

<p>a https://bare.url.here. and an email@address.com</p>
</body>
</html>