Wiki記法ガイド/その他-en のバックアップ(No.2)
- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Wiki記法ガイド/その他-en へ行く。
- 1 (2018/12/05 22:24:36)
- 2 (2018/12/05 23:01:57)
Go back to the Guide's Top Page
| Name | Format | Description |
|---|---|---|
| Folding | #region(TITLE) TEXT #endregion | Make the region to be able to fold |
| Folded Folding | #region(TITLE,close) TEXT #endregion | Make the region to be able to fold, which is already folded |
| Quotation | >TEXT | Make a quoted text |
| Annotation | Annotated text((Annotation)) | Make annotation |
| Show Annotations | #note | Display annotations |
Folding
The region between "#region(TITLE)" and "#endregion" can be folded.
Example
#region(The example of region) This region can be folded. #endregion
Display Example
The example of region
This region can be folded.
Folded Folding
The region between "#region(TITLE,close)" and "#endregion" can be folded. This region is already folded.
Example
#region(The example of region,close) This region can be folded. #endregion
Display Example
The example of region
Quotation
The line which starts with ">" is quotation.
Example
>This statement is quotation. >You can write multiple lines.
Display Example
This statement is quotation.
You can write multiple lines.
Annotation
The text between (( and )) is annotation.
Example
This statement is the example.((This is the annotation))
Display Example
This statement is the example.*1
Show Annotations
You can show annotations with "#note"
Example
#note
Display Example
このページへのコメント
コメントはありません。

