Every tag has an overview topic. This topic has a special section named "Versions". In that section, different versions can be defined in a table that has that should
have at least 2 columns:
the first one should be the name of the version
the last one should be the release date of the version, by which versions will be ordered.
It should be in the yyyy-MM-dd
format and a valid date.
There can be additional columns between the two to include more information. It makes sense to list versions in chronological order.
This markup:
| Version | Additional Information | Release date |
| --- | ----| ----|
| 1.R | version names do not have to be numbers | 1980-11-25 |
| 1 | we have to start somewhere | 1980-11-24 |
produces this result:
Version | Additional Information | Release date |
---|---|---|
1.R | version names do not have to be numbers | 1980-11-25 |
1 | we have to start somewhere | 1980-11-24 |