File: commonmark.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 (16 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>CommonMark Test File</h1>
<p>This file tests the <a href="https://commonmark.org">CommonMark</a>
parser — which is powered by <a href="https://p3rl/CommonMark">CommonMark</a>.
Öy.</p>
<pre><code class="language-go">func main() {
    fmt.Println(&quot;hello&quot;)
}
</code></pre>

</body>
</html>