핸드북 마크다운

페이지 메타 데이터 #

.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. 숫자목록
  2. 1
  3. 서브 숫자1
  4. 서브 숫자2
  5. 2
  6. 3

링크 #

[링크1](http://localley.com)
[링크2](/company/communication/)

링크1 링크2

이미지1 #

{{< figure src="/images/members/iu_800x800.png" >}}

이미지2 #

![image](../images/izone-kim-320x320.jpg)

image

# 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" >}}

youtube #

{{< youtube 9EDZixuODrw >}}

svg #

{{< svg "/company/handbook/test.svg" >}}
user
user
reverse
proxy
reverse...
frontend (react)
db
db
Backend Service
Text is not SVG - cannot display

pdf #

{{< pdf url="/pdf/code_review_pyramid_kor.pdf" >}}
    Page: /

참조 #