You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
208 B
19 lines
208 B
4 years ago
|
////
|
||
|
Included in:
|
||
|
|
||
|
- user-manual: Comments
|
||
|
- quick-ref
|
||
|
////
|
||
|
|
||
|
// tag::line[]
|
||
|
// A single-line comment.
|
||
|
// end::line[]
|
||
|
|
||
|
// tag::bl[]
|
||
|
////
|
||
|
A multi-line comment.
|
||
|
|
||
|
Notice it's a delimited block.
|
||
|
////
|
||
|
// end::bl[]
|