====== AsciiDoc ====== * http://asciidoc.org/ * [[https://asciidoctor.org/docs/asciidoc-writers-guide/|AsciiDoc Writer’s Guide | Asciidoctor]] * [[https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/|AsciiDoc Syntax Quick Reference | Asciidoctor]] * [[https://narusas.github.io/2018/03/21/Asciidoc-basic.html|Asciidoc 기본 사용법]] * [[https://gist.github.com/ihoneymon/40fd306b4f460f44f4050d3bf73a6637|Asciidoc 으로 전자책 쓰기 - SpringCamp 2016 LETS]] ====== 설정 ====== * 섹션(Section) : 헤딩, 타이틀 등. * '':sectnums:'' : 섹션에 번호 붙이기. 이게 없으면 목차등을 생성할 때 번호가 올바로 붙지 않았음. * '':sectanchors:'' : 섹션에 앵커 생성 * '':sectlinks:'' : 섹션 제목 자체에 자기 자신으로 향하는 링크를 만듬. ===== 목차 ===== * '':toc: right'' : 목차를 오른쪽에 * '':toclevels: 2'' : 목차를 2단계 섹션까지 생성 * '':toc-title: 목차'' 목차 자체의 제목. ===== 참조 ===== * [[https://www.vogella.com/tutorials/AsciiDoc/article.html|Using AsciiDoc and Asciidoctor to write documentation - Tutorial]] * [[https://www.baeldung.com/asciidoctor-book|Generating a Book with Asciidoctor | Baeldung]] *