This is Luminos a markdown server written in Go. You can find some tips and tricks at the getting started page.
Luminos is an Open Source project, feel free to browse and hack the source and, if you find this project useful, please consider making a donation to the author.
Thanks for using Luminos!
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 Luminos.
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)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
© 2011-2016 Lisias T.