# Why I like Markdown
- Even in plain text, it is readable
- It is simple enough
- You don't *have* to remember every markup
- you can insert code nicely in your message like this :
```C
#include <stdio.h>
main(){
printf("hello world!");
}
```
# What I don't like in Markdown
- *_* emoji become a bit difficult to write correctly...
- possible collision with hashtags