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.
31 lines
404 B
31 lines
404 B
4 years ago
|
////
|
||
|
Included in:
|
||
|
|
||
|
- user-manual: Open Block
|
||
|
- quick-ref
|
||
|
////
|
||
|
|
||
|
// tag::base[]
|
||
|
--
|
||
|
An open block can be an anonymous container,
|
||
|
or it can masquerade as any other block.
|
||
|
--
|
||
|
// end::base[]
|
||
|
|
||
|
// tag::src[]
|
||
|
[source]
|
||
|
--
|
||
|
puts "I'm a source block!"
|
||
|
--
|
||
|
// end::src[]
|
||
|
|
||
|
// tag::sb[]
|
||
|
[sidebar]
|
||
|
.Related information
|
||
|
--
|
||
|
This is aside text.
|
||
|
|
||
|
It is used to present information related to the main content.
|
||
|
--
|
||
|
// end::sb[]
|