-
Markdown help
- Header
- Text Style
- Link
- List
- Checklist
- Image
- Blockquote
- Code
- Table
- Short Link
-
Markdown Input
Markdown Output
*This is an italic*
**This is an bold**
~~This is an strike~~
*This is an italic*
**This is an bold**
~~This is an strike~~
-
Markdown Input
Markdown Output
[Site](http://yobi.io/ "Yobi Site")
http://yobi.io/
[Site](http://yobi.io/ "Yobi Site")
http://yobi.io/
-
Markdown Input
Markdown Output
- Red
1. White
2. Blue
- Green.
- Red
1. White
2. Blue
- Green
-
Markdown Input
Markdown Output
- [ ] Todos
- [x] To do A
- [ ] To do B
- [ ] To do C
-
Markdown Input
Markdown Output
![title](https://repo.yona.io/assets/images/ico-like-small.png "Yobi")
![title](/assets/images/ico-like-small.png "Yobi")
-
Markdown Input
Markdown Output
> Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
>
> Aenean commodo ligula eget dolor.
> Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
>
> Aenean commodo ligula eget dolor.
-
Markdown Input
Markdown Output
`function test() {console.log("hello world");}`
```javascript
function test() {
console.log("hello world");
}
```
`function test() {console.log("hello world");}`
```javascript
function test() {
console.log("hello world");
}
```
-
Markdown Input
Markdown Output
| Default | Align center | Align right |
| ------------ | :----------: | ------: |
| Carrot | Red | 1,000 |
| Banana | Yellow | 32,000 |
| Default | Align center | Align right |
| ------------ | :----------: | ------: |
| Carrot | Red | 1,000 |
| Banana | Yellow | 32,000 |
Also, you can copy & paste table from excel sheet
-
Markdown Input
Markdown Output
Issue no: #2
Mention: @yobi
commit: @763575 or @763575f177a4ce8b9370954de3ea1a1410205593
Notification receivers