Documentation with Verso

Release Notes🔗

This section provides release notes about recent versions of Verso. When updating to a new version, please read the corresponding release notes. They may contain advice that will help you understand the differences with the previous version and upgrade your projects.

Verso versioning follows Lean's. This means that we release a new version for each Lean release, usually once per month. In particular, note that Verso doesn't follow the semantic versioning model.

Verso 4.29.0 (unreleased)🔗

  • Fix Verso folding ranges / TOC for Lean.Doc syntax and #doc (#768)

  • Align Blog inline Lean role naming with Manual; add {lean} and deprecate {leanInline} (#762)

  • A zero-config literate programming feature was added in #809.

Literate Programming🔗

PR #809 added support for a simple literate programming system, in which module docstrings are rendered as the text of a page. While no configuration is necessary to use it, aside from adding Verso as a dependency, some configuration is possible in order to customize aspects of the display. See its section in this guide for more details.

Verso 4.28.0🔗

  • Add Release Notes / Changelog to Verso Users guide (@david-christiansen, @ejgallego, #708)

  • Fix infoview display for inline lean code (@david-christiansen, @ejgallego, #700)