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~~
|
|
||||||
# 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)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|