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[]