
CSS 테스트용 게시글입니다
#test, #tag
헤딩1
헤딩2
헤딩3
헤딩4
헤딩5
헤딩6
- ㅁㄴㅇㄹ
- ㅁㄴㅇㄹㅇ
- ㅁㄴㅇㄻㄴㅇㄹ
- 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.
Footnote
인용 테스트 11
Strikethrough
one or two tildes.
Table
| a | b | c | d |
|---|---|---|---|
| a | b | c | d |
| a | b | c | d |
| 가위 | 나라 | 다리 | 라면 |
|---|---|---|---|
| a | b | c | d |
| a | b | c | d |
Tasklist
- to do
- done
The lift coefficient () is a dimensionless coefficient.
인라인되나
오 되나요
진짜
ㅁㄴㅇㄹ

test asdf
https://www.youtube.com/watch?v=wdKS_awAfts
Footnotes
-
인용은 이렇게 뜸. ↩
공유하기
