Extract a bullet list from a markdown section as an array of strings. Handles both - item and * item formats.
- item
* item
Extract a bullet list from a markdown section as an array of strings. Handles both
- itemand* itemformats.