Skip to content

0.58.3

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 30 Mar 20:42
· 24 commits to main since this release

Fix incorrect markdown formatting for types from documentation generation

Previously, we were incorrectly creating field types in markdown documentation. The markdown for the type should have been on a single line but for long union types, it would end up crossing lines. That resulted in broken markdown that wouldn't display correctly.

[0.58.3] - 2024-03-30

Fixed

  • Fix bug in documentation generation (PR #4502)