- Handle escape tokens in inlineToAdf (#8)
- Added support for embedding raw ADF nodes in Markdown via
<adf>…</adf>tags. Content must be a valid JSON object or array of objects, each with atypestring property. Invalid content throws with a descriptive error.
- Added ADF support for task lists (GitHub Flavoured Markdown feature)
- Thank you @sharmrt-v for the contribution #4
- Update
markeddependency range to optionally support version 16.0.0
- Fixes invalid ADF being generated when there are empty table cells (#3)
- Fixes issues for code blocks without a language. Defaults to
textlanguage if no language is specified (#1)