GitHub Flavored Markdown Example
- source
This is head1
=============
This is head 2
--------------
- result
- source
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
- result
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
- source
| Item | Value |
| --------- | -----:|
| Computer | $1600 |
| Phone | $12 |
| Pipe | $1 |
- result
Item | Value |
---|---|
Computer | $1600 |
Phone | $12 |
Pipe | $1 |
-
source
this is code block
-
result
this is code block
-
source
get '/' do "Hello world " end
-
result
get '/' do
"Hello world "
end
- source
https://mukaer.com
- result
- source
this is ~~good~~ bad
- result
this is good bad
- source
- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
- result
- @mentions, #refs, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item
- source
this is the 2^(nd) time
- result
this is the 2^(nd) time
- source
This is _underlined_ but this is still *italic*
- result
This is underlined but this is still italic
- source
This is ==highlighted==
- result
This is ==highlighted==
- source
- result