Sha256: 40348e5f054b4737f592010c9e8d2e244d035126e6632c4537bc9933c281655b
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
# Demo configuring options ::: These Opts blocks set the color of a couple of menu options to demonstrate the live update of options. ```opts :opts1 menu_divider_color: yellow menu_note_match: "^ *(?<line>.+?) *$" menu_task_color: fg_rgb_255_63_255 ``` ```opts :opts2 menu_divider_color: red menu_note_color: yellow menu_note_match: "^\\+ +(?<line>.+?) *$" menu_task_color: fg_rgb_127_127_255 ``` ```opts :(document_options) menu_divider_color: green menu_link_color: fg_rgbh_88_cc_66 menu_note_color: yellow menu_note_match: "^\\s*(?<line>[^\\s/].*)\\s*$" # Pattern for notes in block selection menu; start with any char except '/' ``` note 1 note 2 ends with / / note 3 starts with / note 4
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-1.8.5 | examples/opts.md |