Errata

Errata#

The {errata-list} and {erratum} blocks are used to simplify adding errata to the site.

List of errata#

The list of errata is generated using the {errata-list} block. This is an empty block and all its content will be automatically generated based on the {erratum} blocks used in the project:

:::{errata-list}
:::
  • 25.02.2025

    • Errata

      Something went wrong again.

  • 20.02.2025

    • Errata

      Something went wrong here.

Single erratum#

The {erratum} block generates a single erratum and automatically adds it to any {errata-list} blocks across the site. The {erratum} must have a title and some content:

:::{erratum} 20.02.2025
Something went wrong here.
:::

:::{erratum} 25.02.2025
Something went wrong here.
:::

20.02.2025

Something went wrong here.

25.02.2025

Something went wrong again.