How to import table data from Markdown

the problem with slice , in my limited understanding, is

  • it’s restriction to 1 slice per transform. How nice if one could use it to split a file into chunks at given markers ( e.g. any md-headers starting # just in one go )
  • it’s danger of loosing data, once a marker is not found. Here it would be great to have slice with three exit points: a match and a no-match leave-as-is-option OR the ignore (like now).

May be this is more like a row concat with a regular expression condition instead of just a numeric repetition. Or am I thinking in the wrong direction?