general

첫번째 테스트 게시글 입니다

kinetic27

2024.07.16

article detail thumbnail

CSS 테스트용 게시글입니다
#test, #tag

헤딩1

헤딩2

헤딩3

헤딩4

헤딩5
헤딩6
  1. ㅁㄴㅇㄹ
  2. ㅁㄴㅇㄹㅇ
  3. ㅁㄴㅇㄻㄴㅇㄹ
  • list
  • items

굵게
일반 텍스트

코드블럭 console.log("hello"); function createStyleObject(classNames, style) { return classNames.reduce((styleObject, className) => { return {...styleObject, ...style[className]}; }, {}); } function createClassNameString(classNames) { return classNames.join(" "); } // this comment is here to demonstrate an extremely long line length, well beyond what you should probably allow in your own code, though sometimes you"ll be highlighting code you can"t refactor, which is unfortunate but should be handled gracefully function createChildren(style, useInlineStyles) { let childrenCount = 0; return children => { childrenCount += 1; return children.map((child, i) => createElement({ node: child, style, useInlineStyles, key:`code-segment-${childrenCount}-${i}` })); } } function createElement({ node, style, useInlineStyles, key }) { const { properties, type, tagName, value } = node; if (type === "text") { return value; } else if (tagName) { const TagName = tagName; const childrenCreator = createChildren(style, useInlineStyles); const props = ( useInlineStyles ? { style: createStyleObject(properties.className, style) } : { className: createClassNameString(properties.className) } ); const children = childrenCreator(node.children); return <TagName key={key} {...props}>{children}</TagName>; } }

기울
글자 배경

인용
국군은 국가의 안전보장과 국토방위의 신성한 의무를 수행함을 사명으로 하며, 그 정치적 중립성은 준수된다. 국무위원은 국무총리의 제청으로 대통령이 임명한다.


국회는 헌법개정안이 공고된 날로부터 60일 이내에 의결하여야 하며, 국회의 의결은 재적의원 3분의 2 이상의 찬성을 얻어야 한다. 국회는 선전포고, 국군의 외국에의 파견 또는 외국군대의 대한민국 영역안에서의 주류에 대한 동의권을 가진다.

www.example.com, https://example.com, and contact@example.com.

https://github.com/

Footnote

인용 테스트 11

Strikethrough

one or two tildes.

Table

abcd
abcd
abcd
가위나라다리라면
abcd
abcd

Tasklist

  • to do
  • done

The lift coefficient (CLC_L) is a dimensionless coefficient.

L=12ρv2SCLL = \frac{1}{2} \rho v^2 S C_L

인라인되나 c=±a2+b2c = \pm\sqrt{a^2 + b^2}
오 되나요
진짜

c=±a2+b2c = \pm\sqrt{a^2 + b^2}

ㅁㄴㅇㄹ

test asdf

https://www.youtube.com/watch?v=wdKS_awAfts

Footnotes

  1. 인용은 이렇게 뜸.

author

kinetic27

author support

클릭하여 커피 한 잔 사주기!

첫번째 테스트 게시글 입니다