페이지 메타 데이터 #
.md 문서 상단에 적는 metadata
# Set type to 'docs' if you want to render page outside of configured section or if you render section other than 'docs'
type = 'docs'
# Set page weight to re-arrange items in file-tree menu (if BookMenuBundle not set)
weight = 10
# (Optional) Set to 'true' to mark page as flat section in file-tree menu (if BookMenuBundle not set)
bookFlatSection = false
# (Optional) Set to hide nested sections or pages at that level. Works only with file-tree menu mode
bookCollapseSection = true
# (Optional) Set true to hide page or section from side menu (if BookMenuBundle not set)
bookHidden = false
# (Optional) Set 'false' to hide ToC from page
bookToC = true
# (Optional) If you have enabled BookComments for the site, you can disable it for specific pages.
bookComments = true
# (Optional) Set to 'false' to exclude page from search index.
bookSearchExclude = true
# (Optional) Set explicit href attribute for this page in a menu (if BookMenuBundle not set)
bookHref = ''
마크다운 #
이 페이지 소스를 확인하세요.
헤딩1 #
헤딩 2 #
헤딩 3 #
헤딩 4 #
헤딩 5 #
헤딩 6 #
혹은 헤딩 1 #
혹은 헤딩 2 #
강조
혹은 강조
스트라이크
밑줄
테이블 | 컬럼1 | 컬럼2 |
---|---|---|
A | B | C |
값 | 의미 | 기본값 |
---|---|---|
static |
유형(기준) 없음 / 배치 불가능 | static |
relative |
요소 자신을 기준으로 배치 | |
absolute |
위치 상 부모(조상)요소를 기준으로 배치 | |
fixed |
브라우저 창을 기준으로 배치 |
- 목록은 이렇게
- 1
- 서브1
- 서브2
- 2
- 3
- 숫자목록
- 1
- 서브 숫자1
- 서브 숫자2
- 2
- 3
링크 #
[링크1](http://localley.com)
[링크2](/company/communication/)
이미지1 #
{{< figure src="/images/members/iu_800x800.png" >}}
이미지2 #
![image](../images/izone-kim-320x320.jpg)
# code
<a href="https://www.google.co.kr/" target="_blank">GOOGLE</a>
.list > li {
position: absolute;
top: 40px;
}
function func() {
var a = "AAA";
return a;
}
class JavaClass {
}
insta #
{{< insta src="https://www.instagram.com/p/CEyn_erJ7Ef" >}}
twitter #
{{< tweet user="elonmusk" id="1511982702819520512" >}}
— Elon Musk (@elonmusk) April 7, 2022
youtube #
{{< youtube 9EDZixuODrw >}}
svg #
{{< svg "/company/handbook/test.svg" >}}
pdf #
{{< pdf url="/pdf/code_review_pyramid_kor.pdf" >}}
Page: /
참조 #
- 숏코드 더보기
- 마크다운 한글 설명
- 표 편하게 만들기 1: 엑셀이나 구글 스프레드시트에 적은 내용을 복붙하면 마크다운으로 바꿔 줍니다
- 표 편하게 만들기 2: 복붙도 가능하고, 빈칸에 직접 내용을 적어넣은 뒤 변환도 가능합니다