Sha256: e7d7fdb74892c801d4fbc1b882388b4aba642cc0e0e4ec9ee5c04c4702c8c7b8
Contents?: true
Size: 453 Bytes
Versions: 11
Compression:
Stored size: 453 Bytes
Contents
# Demo block nicknames ```opts :(document_options) save_executed_script: true ``` ::: This block has no name. ::: The code block is displayed. ```bash echo Unnamed block ``` ::: These blocks use nicknames. ::: The code blocks are displayed. ::: The nicknames can be used for requiring blocks. ```bash :[A] echo From the required block 2 ``` ::: Execute this block that requires the block above. ```bash :[B] +[A] echo From the parent block 1 ```
Version data entries
11 entries across 11 versions & 1 rubygems