Commit 7331e24d authored by AP matsuo koji's avatar AP matsuo koji 😲

Adoc簡易説明変更

- 原文のパス変更
- チェックボックス追加
- 折り畳み(初期Open状態)
- インクルード(adocの読み込み)
parent 1fc1bbf0
......@@ -70,7 +70,12 @@ include::config.adoc[]
AsciiDocの記述方法でよくつかうものを記載します。さらに多くの記述を使いたい場合は以下を参照してください。
* https://takumon.github.io/asciidoc-syntax-quick-reference-japanese-translation/[Asciidoctor 文法クイックリファレンス(日本語訳)]
* https://asciidoctor.org/docs/user-manual/[ユーザーマニュアル(英語)]
* https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/[Asciidoctor 文法クイックリファレンス(原文)]
* https://docs.asciidoctor.org/home/[ユーザーマニュアル(英語)]
// * https://asciidoctor.org/docs/user-manual/[ユーザーマニュアル(英語)]
* https://qiita.com/hbsnow/items/88e1414ac97501af17ff[ Qiita 細かい設定がよくわかる!]
......@@ -198,6 +203,7 @@ https://www.asahi-net.or.jp/~ax2s-kmtn/ref/unicode/u1f600.html[アイコンは
== 箇条書き ==
* ``*␣<項目>``、``-␣<項目>``で始める。異なる記号を使えば、階層的に表現できる
* 形状変更は``[square]``,``[circle]``,``[disc]``を指定
* チェックボックスは``*␣[ ]␣ <項目>`` で []の中に$$[x]or[*]or[ ]$$
.箇条書き(項目)
// ===============================
......@@ -223,6 +229,12 @@ https://www.asahi-net.or.jp/~ax2s-kmtn/ref/unicode/u1f600.html[アイコンは
[disc]
* disc
チェックボックス
* [*] checked
* [x] also checked
* [ ] not checked
|
- 項目1
* サブ項目1
......@@ -233,16 +245,17 @@ https://www.asahi-net.or.jp/~ax2s-kmtn/ref/unicode/u1f600.html[アイコンは
ブロックを記述できる
--
- 項目2
.形状変更
形状変更
[square]
* square
[circle]
* circle
[disc]
* disc
チェックボックス
* [*] checked
* [x] also checked
* [ ] not checked
|===
......@@ -951,19 +964,27 @@ image::im.JPG[代替テキスト,100,align="center"]
== テキストの折り畳み
$$[%collapsible]$$で記述する
[%hardbreaks]
$$.タイトル$$
$$[%collapsible]$$
$====$
$====$
.折り畳みテキスト
----
.タイトル
[%collapsible]
====
~ ※[%collapsiblee%open]と指定すると初期状態で展開される
====
----
.折り畳みテキスト
[%collapsible%open]
====
折り畳み内容
====
== インクルード
``include::../../hoge.adoc[]``で別のAsciiDocファイル指定する。
``[]``内にオプションを指定できる
----
\include::path[leveloffset=offset,lines=ranges,tag(s)=name(s),indent=depth,opts=optional]
----
leveloffset= +n:: セクション階層を変更する。+の数値を指定することで、階層を下げる。マージしたadocのセクション階層と、include先のadocも単独で参照するようなケースに有効です
== アンカー(内部参照) ==
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment