Sha256: 64e54e9cae7a7b0da73cef281e10b49a7c8784b398ecc2d08a22e19bfea823aa
Contents?: true
Size: 790 Bytes
Versions: 18
Compression:
Stored size: 790 Bytes
Contents
This is Page 0. It serves to demonstrate how options control the display of imported blocks and notes. ::: "import1.md" is imported here. @import import1.md ::: Page 0 code blocks ```bash :page0_block1 +(page0_block2) +(page1_block2) echo "page 0 block 1 visible" # requires page 0 block 2 # imports page 1 # requires page 1 block 2 ``` ```bash :(page0_block2) echo "page 0 block 2 hidden" ``` ::: Control display of code blocks ```opts :hide_imported_blocks menu_include_imported_blocks: false ``` ```opts :show_imported_blocks menu_include_imported_blocks: true ``` ::: Control display of notes ```opts :hide_imported_notes menu_include_imported_notes: false ``` ```opts :show_imported_notes menu_include_imported_notes: true ``` ```link :page_1 file: examples/import1.md ```
Version data entries
18 entries across 18 versions & 1 rubygems