Sha256: 9e58e67e5315f678bbe6a11e27706cc5a514a5579e690a736e3de2dc4783f505
Contents?: true
Size: 386 Bytes
Versions: 3
Compression:
Stored size: 386 Bytes
Contents
This document demonstrates the automatic loading of options in a block with a reserved name. @import example-document-opts.md ```opts :(document_opts) menu_divider_format: "=> %{line} == %{line} <=" ``` The divider below is named "Divider #1". Notice the "(document_opts)" block sets the "menu_divider_format" option to duplicate the divider name when it is displayed. ::: Divider #1
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-2.7.2 | examples/document_options.md |
markdown_exec-2.7.1 | examples/document_options.md |
markdown_exec-2.7.0 | examples/document_options.md |