AsciiDoc メモ
Asciidoc で自分がよく使うのにすぐ忘れてしまう記法のメモです。
随時追加予定
注意とか入れる (Admonitions)
[NOTE]
.Title
====
`NOTE` 以外に、`TIP`、`IMPORTANT` 、`CAUTION` 、`WARNING` がつかえます
====
折りたたみ
[%collapsible]
.詳細ログ
====
[source]
----
111.222.333.100 HOME - [2000/01/01 01:08:00 -0800] "GET /book/ad.htm HTTP/1.0" 200 198 "http://example.com/book/index.htm" "Mozilla/4.01 "
111.222.333.100 HOME - [2000/01/01 01:08:40 -0800] "GET /book/ad.htm HTTP/1.0" 200 28083 "http://example.com/book/index.htm" "Mozilla/4.01 "
111.222.333.100 AWAY - [2000/01/01 01:08:50 -0800] "GET /book/ad7.gif HTTP/1.0" 200 9332 "http://example.com/book/index.htm" "Mozilla/4.01 "
111.222.333.100 AWAY - [2000/01/01 01:09:10 -0800] "GET /book/click.htm HTTP/1.0" 200 207 "http://example.com/book/inddex.htm" "Mozilla/4.01 "
----
====
テーブル
普通のテーブル
.テーブルタイトル
|===
| a | b | c
| A
| B
| C
| あ
| い
| う
|===
CSV読み込み
[format="csv"]
|===
include::test.csv[lines=2..3]
|===
ページ内へのリンク
[[my-anchor]]
でアンカーの埋め込みと、<<my-anchor>>
で参照ができます。
<<my-anchor,text>>
でラベルを設定できます。
xxxxxについては、<<my-anchor,ここ>> を参照してください
== 参照先 [[my-anchor]]
xxxxx
Author And Source
この問題について(AsciiDoc メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/ihgs/items/b8ea81181e8888294f5c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .