File: markdown.txt

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 (12 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Markdown Test File
==================

This file tests the [Markdown](https://daringfireball.net/projects/markdown/)
parser — which is powered by [Text::Markdown](https://p3rl/Text::Markdown).
Öy.

``` go
func main() {
    fmt.Println("hello")
}
```