๐ซฐ markdown์์ ์ ์ฉํ๋ค๊ณ ์๊ฐํ๋ ๋ถ๋ถ ๋ฌธ๋ฒ ๋ด์ฉ ์์๋ก ์ ๋ฐ์ดํธ ๐ซฐ
โ font color / ํ๊ดํ โ
<span style = "color:red">red</span>
<span style = "color:#A2C12C">green</span>
<div class="alert-success"> This is a green colored box</div>
<div class="alert-danger">This is a red colored box</div>
<div class="alert-warning">This is a yellow colored box</div>
<div class="alert-info">This is a blue colored box</div>
โ ํ์ดํผ๋งํฌ โ
[Google](https://www.google.com/)
โ LaTex ์ํ ๋ฌธ๋ฒ โ
→ $ ์์ชฝ์ ๋ ๊ฐ๋ ๊ฐ์ด๋ฐ ์ ๋ ฌ
→ $ ์์ชฝ์ ํ ๊ฐ๋ ์ผ์ชฝ ์ ๋ ฌ
โป latex ์ฌ๋ฌ ๊ธฐํธ ์ฐธ์กฐ (์ง์์ update) โป
๐ง๐ปโ๏ธ LaTex Grammers compilation
* ๊น๋จน์ง ์์ผ๋ ค๊ณ ๋ชจ์๋ ๐ โญ๏ธ ๋ถ์ ์ฐ๊ธฐ (A ๋ถ์, B ๋ถ๋ชจ) โญ๏ธ \cfrac{A}{B} โญ๏ธ combination ๊ธฐํธ ์ฐ๊ธฐ (A combination ์, B combination ๋ค) โญ๏ธ ${}_A C _B$ โญ๏ธ ํฐ sigma ์ฐ๊ธฐ (A sigma ์๋ ์กฐ๊ฑด, B sigma ์, C
sh-avid-learner.tistory.com
$y = 3x$
$$\sqrt[3]{x^3+y^3 \over 2}$$
โ heading, bold, italic โ
# H1
## H2
### H3
#### H4
** bold text **
*italicized text*
โ ์ธ์ฉ โ
> blockquote1
>> blockquote2
โ ordered list & unordered list โ
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
โ ์ฝ๋ ์ฒ๋ฆฌ โ
this is `print('hello!')` in python
โ ์ฒดํฌ๋ฆฌ์คํธ โ
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
** ์ถ์ฒ) markdown cheatsheet https://www.markdownguide.org/cheat-sheet/ **
'Computer Science > Basics and Concepts' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
๐Operating Systems Fundamentals 2 - Process 1/2 (0) | 2024.11.01 |
---|---|
๐ Operating Systems Fundamentals 1 (0) | 2024.10.30 |
Data Handling (0) | 2022.07.15 |
feature scaling (0) | 2022.06.22 |
Data Analysis with Python (2/2) (from Coursera) (0) | 2022.04.24 |
๋๊ธ