Markdown Test Page
Headings
An h2 header
First Level Headline
Second Level Headline
Third Level Headline
Fourth Level Headline
Fifth Level Headline
Sixth Level Headline
Here's a numbered list:
- first item
- second item
- third item
Here's a link to a website
Table
Flag | Date | Description |
---|---|---|
◼ | 05/30/24 | unjs big collection of node apps ↗ |
◼ | 05/30/24 | statebus a synchronous web ↗ |
- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request
- [x] @mentions, #refs, links, formatting, and
tagssupported - [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
- Definition list
- Is something people use sometimes.
- Markdown in HTML
- Does *not* work **very** well. Use HTML tags.
Code
Ad amet irure est magna id mollit Lorem in do duis enim. Excepteur velit nisi magna ea pariatur pariatur ullamco fugiat deserunt sint non sint. Duis duis est code in text
velit velit aute culpa ex quis pariatur pariatur laborum aute pariatur duis tempor sunt ad. Irure magna voluptate dolore consectetur consectetur irure esse. Anim magna <strong>in culpa qui officia</strong>
dolor eiusmod esse amet aute cupidatat aliqua do id voluptate cupidatat reprehenderit amet labore deserunt.
package main
import (
"fmt"
"net/http"
)
func handler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hi there, I love %s!", r.URL.Path[1:])
}
func main() {
http.HandleFunc("/", handler)
http.ListenAndServe(":8080", nil)
}
Ex amet id ex aliquip id do laborum excepteur exercitation elit sint commodo occaecat nostrud est. Nostrud pariatur esse veniam laborum non sint magna sit laboris minim in id. Aliqua pariatur pariatur excepteur adipisicing irure culpa consequat commodo et ex id ad.
There are always some women and men with wise words
Quote ... But I usually don't read them, to be honest.
This is Italics
This is a Bold Statment.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
In his beard lived three cardinals.
<! -- this does not work as advertised ??? -->
💥 Title title like above is optional
Local Image File - markdown
Local Image File - HTML w CSS Style
