This repository was archived by the owner on Apr 15, 2026. It is now read-only.
0.14.3
### Breaking changes `parseInline` has been moved to `MarkdownParser` so that it can also be called from an inline context. ### New features Heading nodes now have different types based on their level. The `elt` helper method can now be called with a `Tree` to wrap the result of a nested parse in an element. The `startNested` method is now exported.