InfoGrab Docs

AsciiDoc

GitLab 프로젝트에서 AsciiDoc 파일을 사용하고 AsciiDoc 구문을 이해합니다.

GitLab은 Asciidoctor gem을 사용하여 AsciiDoc 콘텐츠를 HTML5로 변환합니다. 전체 참조는 Asciidoctor 사용자 매뉴얼 을 참조하세요. AsciiDoc은 다음 영역에서 사용할 수 있습니다: 위키 페이지 저장소 내 AsciiDoc 문서( .adoc 또는 .asciidoc ) 단락 # A normal paragraph. Line breaks are not preserved. // 로 시작하는 줄인 줄 주석은 건너뜁니다: // this is a comment 빈 줄이 단락을 구분합니다. [%hardbreaks] 옵션이 있는 단락은 줄바꿈을 유지합니다: [%hardbreaks] This paragraph carries the `hardbreaks` option. Notice how line breaks are now preserved. 들여쓰기된(리터럴) 단락은 텍스트 서식을 비활성화하고, 공백과 줄바꿈을 유지하며, 고정 너비 글꼴로 표시됩니다: This literal paragraph is indented with one space. As a consequence, *text formatting*, spaces, and lines breaks will be preserved. 주의 단락은 독자의 주의를 끕니다: NOTE: This is a brief reference, read the full documentation at https://asciidoctor.org/docs/. TIP: Lists can be indented. Leading whitespace is not significant. 텍스트 서식 # 제한됨(단어 경계에 적용됨): *strong importance* (aka bold) _stress emphasis_ (aka italic) `monospaced` (aka typewriter text) "`double`" and '`single`' typographic quotes +passthrough text+ (substitutions disabled) `+literal text+` (monospaced with substitutions disabled) 비제한됨(어디에나 적용됨): **C**reate+**R**ead+**U**pdate+**D**elete fan__freakin__tastic ``mono``culture 대체: A long time ago in a galaxy far, far away... (C) 1976 Arty Artisan I believe I shall--no, actually I won't. 매크로: // where c=specialchars, q=quotes, a=attributes, r=replacements, m=macros, p=post_replacements The European icon:flag[role=blue] is blue & contains pass:[************] arranged in a icon:circle-o[role=yell