Parse markwhen documents. Outputs a list of events given plain text.
See markwhen.com, the documentation, and the changelog.
import{parse}from"@markwhen/parser";constmarkwhen=parse(`title: this is my titletimezone: America/New_York#neat: color: blue timezone: -32022: eventgroup My Group #neat2024: another event`);console.log(markwhen);