document v2.1.2

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-02-25 14:48:35 -06:00
parent f72894f437
commit 9c937835a9

View File

@@ -2,6 +2,24 @@
Included is a summary of changes to the project, by version. Details can be found in the commit history.
## v2.1.2
### Features
* An optional license declaration can be added to the footer, with a config "LICENSE" directive.
### Improvements
* Style changes in footnotes, hrs, table colors, footnote links, full width figures.
* Have floats clear their side, to not have a waterfall/ratchet effect when too many floating things are next to each
other.
* Add borders to the plain style tables.
### Miscellaneous
* One HTML tweak to make the W3C CSS validator happy.
* Some old code from the pre-SSG days has been removed.
## v2.1.1
### Improvements