Changelog
The format is based on Keep a Changelog.
Changed
- Modify line length from 500 to 120 characters in
.editorconfig configuration file.
Fixed
- Some proofreading.
- HTML tables with closure
</tr> and </td> tags in invalid order.
- Split lines across the entire documentation respecting the 120 character limit per line.
- Reindent the front matter of every Markdown line to respect the tab size set in
.editorconfig.
- Reindent and 'refactor' some
<table> elements.
- Reindent
<picture> elements and their child elements.
- Merge splitted
<img> elements into one line for consistency.
- Some
<img> elements break the rule about maximum line length.
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## Changed
- Modify line length from 500 to 120 characters in `.editorconfig` configuration file.
## Fixed
- Some proofreading.
- HTML tables with closure `</tr>` and `</td>` tags in invalid order.
- Split lines across the entire documentation respecting the 120 character limit per line.
- Reindent the front matter of every Markdown line to respect the tab size set in `.editorconfig`.
- Reindent and 'refactor' some `<table>` elements.
- Reindent `<picture>` elements and their child elements.
- Merge splitted `<img>` elements into one line for consistency.
- Some `<img>` elements break the rule about maximum line length.