Markdown 간단한 문법

Dongwoo Kim·2022년 8월 22일
0

개발 이슈

목록 보기
4/4

1. Heading

Head Title

# Head Title

Head Title

## Head Title

Head Title

### Head Title

Head Title

#### Head Title

Head Title

##### Head Title

Head Title

###### Head Title

normal typing
normal typing


2. Line


---


3. Text

italic
_italic_

bold
**bold**

strikethrough
~~strikethrough~~


4. Bullet List

  • one
  • two

- one
- two

  • three
  • four

* three
* four


5. Quote

sample text
> sample text

sample text2
>> sample text2


6. Number List

  1. one
  2. two
  3. three

1. one
2. two
3. three


Click here

Click [here](https://www.youtube.com/channel/UCdnXRtn_xnRWzZxUGY0yyWg/videos)


8. Image

iamge description
![iamge description](https://velog.velcdn.com/images/kimphysicsman/profile/f1e5001a-e77c-4c60-8b17-200a24475e72/profile_photo.jpg)


9. Table

HeaderDescription
Cell1Cell2
Cell1Cell2
Cell1Cell2
Cell1Cell2
| Header | Description |
| :----: | :---------: |
| Cell1  |    Cell2    |
| Cell1  |    Cell2    |
| Cell1  |    Cell2    |
| Cell1  |    Cell2    |

10. Code

console.log('hello world")

``` console.log('hello world") ```


11. 수식

f(x)=ifx<xmin:(x/xmin)af(x)= if x < x_{min} : (x/x_{min})^a
otherwise:0otherwise : 0
P(w)=U(x/2)(7/5)/ZP(w)=U(x/2)(7/5)/Z
pθ(x)=pθ(2z)pθ(yk)dzp_{\theta}(x) = \int p_{\theta}(2z)p_{\theta}(y\mid k)dz
x=argmaxk((xtxu+xv)Txm)/(xbxk+xl)x = argmax_k((x_t-x_u+x_v)^T*x_m)/(||x_b-x_k+x_l||)

$$f(x)= if x < x_{min} : (x/x_{min})^a$$  
$$otherwise : 0$$  
$$P(w)=U(x/2)(7/5)/Z$$  
$$p_{\theta}(x) = \int p_{\theta}(2z)p_{\theta}(y\mid k)dz$$  
$$x = argmax_k((x_t-x_u+x_v)^T*x_m)/(||x_b-x_k+x_l||)$$  
profile
kimphysicsman

0개의 댓글