Skip to content

The lenient release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 14 Jun 15:47
· 371 commits to main since this release
c52d2c8

Mostly fixes, although there is a notable change to markup.

Previously anything in square brackets was considered a tag, which resulted in markup errors with Python list literals. i.e. [1,2,3] would be interpreted as a tag. The Content markup parser has been made more lenient in these cases, and treats them as literal text.

[3.4.0] - 2025-06-14

Fixed

Added

Changed

  • Content markup is now more lenient; if a 'tag' doesn't contain a valid style it will be included verbatim. #5851