It works!

This is werc a markdown server written in Plan9 RC. werc is an Open Source project, feel free to browse and hack the source.

Thanks for using werc!

note: I shamelessly hacked the luminos index.md . :-)

A few markdown examples

Markdown is a very comfortable format for writing documents in plain text format.

Here are some examples on how your markdown code would be translated into HTML by werc.

Markdown code Result
**Bold text** Bold text
*Italics* Italics
~~Striked-through~~ Striked-through
# First level header

First level header

## Second level header

Second level header

### Third level header

Third level header

#### Fourth level header

Fourth level header

##### Fifth level header
Fifth level header
[The Go Programming Language](http://golang.org) The Go Programming Language
![A gopher](http://bit.ly/SLqdv6) A gopher!
* List item 1
* List item 2
* List item 3
  • List item 1
  • List item 2
  • List item 3
1. List item 1
2. List item 2
3. List item 3
  1. List item 1
  2. List item 2
  3. List item 3
Name    | Age
--------|------
Bob     | 27
Alice   | 23
Name Age
Bob 27
Alice 23
```go
import "foo"

func main() {
  foo.Bar()
}
```
import "foo"

func main() {
  foo.Bar()
}
```latex
\LaTeX
```
\LaTeX