Sha256: 08976821dd02357a053ce1974518910379efa6431f9ae50337706cdf6846f9d1
Contents?: true
Size: 679 Bytes
Versions: 4
Compression:
Stored size: 679 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: 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-1.8.4 | examples/opts.md |
markdown_exec-1.8.2 | examples/opts.md |
markdown_exec-1.8.1 | examples/opts.md |
markdown_exec-1.8 | examples/opts.md |