examples/opts.md in markdown_exec-1.5 vs examples/opts.md in markdown_exec-1.6
- old
+ new
@@ -1,24 +1,21 @@
# Demo configuring options
-+ note1
-a
+
::: These Opts blocks set the color of a couple of menu options to demonstrate the live update of options.
-b
-+ note2
-c
+
```opts :opts1
menu_divider_color: yellow
menu_note_match:
menu_task_color: fg_rgb_255_63_255
```
-+ note3
+
```opts :opts2
menu_divider_color: red
menu_note_color: yellow
menu_note_match: "^\\+ +(?<line>.+?) *$"
menu_task_color: fg_rgb_127_127_255
```
-+ note4
+
```opts :(document_options)
menu_divider_color: green
menu_link_color: fg_rgbh_88_cc_66
menu_note_color: yellow
```