examples/opts-blocks.md in markdown_exec-2.5.0 vs examples/opts-blocks.md in markdown_exec-2.6.0
- old
+ new
@@ -17,10 +17,10 @@
menu_note_color: yellow
menu_note_match: "^\\+ +(?<line>.+?) *$"
menu_task_color: fg_rgb_127_127_255
```
-```opts :(document_options)
+```opts :(document_opts)
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 '/'