Sha256: d3fccb87d611a93080a81489a5e6a162b1f4d16f99b076f65a935b0ecee346a8

Contents?: true

Size: 496 Bytes

Versions: 2

Compression:

Stored size: 496 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
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
markdown_exec-1.7 examples/opts.md
markdown_exec-1.6 examples/opts.md