parse(
input,options) ->events
Parse markdown and collect events into an array
Parses input and returns an array of event tables. Options:
on_event: custom callback (default: collect into array)inline: parse inline elements (default true)streaming_inline: emit inline events incrementally (default true)