This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@effect/docgen@0.4.6
Patch Changes
fcd5649: Support examples enclosed in Extended Markdown code blocks
95f136e: Support deeply nested namespaces.
Previously, the docgen would fail with a [Markdown] Unsupported namespace nesting: 4 error. With this change all namespace headers at depth level 3 and above would be rendered using H4 elements.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@effect/docgen@0.4.6
Patch Changes
95f136e: Support deeply nested namespaces.
Previously, the docgen would fail with a
[Markdown] Unsupported namespace nesting: 4
error. With this change all namespace headers at depth level 3 and above would be rendered using H4 elements.