markdown 연습장
0. syntax
-
<command> + `: 동일 app의 여러 윈도우 rotate (Cycle Through Windows) -
<command> + space: spotlight 검색
1. Table
| layer | description | |
|---|---|---|
| application |
|
|
|
||
| 계층 | 설명 | |
|---|---|---|
| application | ||
| presentation | ||
| session | ||
| transport | ||
| network | ||
| data link | ||
| physical |
| Column 1 | Column 2 | Column 3 | Column 4 |
|---|---|---|---|
| Apple
Banana Orange |
Apple
Banana Orange |
Apple
Banana Orange |
|
| First Row | Some value
|
Another
|
|
| Second row | hey yo | I'm cool | Totally |
| Third row | asdf | andmore | sweet |
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
|
See the list | from the first column |
| Fruit | Price | Advantages |
|---|---|---|
| Bananas | $1.34 |
|
| Oranges | $2.10 |
|
| process | thread |
|---|---|
OS로부터 자원을 할당 받는 작업의 단위
|
프로세스가 할당 받은 자원을 이용하는 실행의 단위
|
|
|
| 1 | 2 | 3 |
|---|---|---|
|
No
|
Yes
|
| Markdown | Rendered HTML |
|---|---|
|
Italic
|
Italic
|
|
|
python |python \ |
|
| .1 + .2
` |` |
.1 + .2
|
2. code-block
var x = 10;
document.getElementById("demo").innerTHML = x;
$ sudo su
# apt-get install nodejs npm#include <cstdio>
int main()
{
int ap = 10;
cout << ap << endl;
return 0;
}
1
2
3
4
5
6
7
#include <cstdio>
int main()
{
int x = 10;
cout << x << endl;
return 0;
}
3. plantuml
-
first
-
second
-
4. ditaa



5. mermaid
-
first
-
second
-
third
-
-
fourth
-
6. etc