Releases: ntno/mkdocs-terminal
Releases · ntno/mkdocs-terminal
4.0.1
4.0.0
What's Changed
Tile API
removed image width/height attributes
img_width
removed; usetile_css
insteadimg_height
removed; usetile_css
instead
replaced title attributes with new tooltip
attribute
img_title
->tooltip
link_title
->tooltip
simplify alternate text specification, use alt_text
to describe image or link
img_alt
->alt_text
link_text
->alt_text
Documentation Updates
- added alt text guidance
- added links to additional resources on writing alt text
- note that alt text should be a link description for a linked image tile (see discussion in #107)
- updated tile examples
Full Changelog: 3.11.1...4.0.0
3.11.1
What's Changed
- supports #107
- investigate possible solutions for accessibility issues with linked image tile by @ntno in #118
- label descriptions as img_desc
- alt text should describe what the link does
- refactor, moved img_desc to in page text, doesn't look very good because there is not really room for the link in the figcaption
- neither sup nor sub look very good in figcaption
- not enough padding between figcaption and bottom of figure for sup
- trying out footnotes
- add hover to indicate that the figcaption link goes to detailed image description
- add hover text for the image so you can tell that clicking on the image takes you to the demo page
- typo fix
Full Changelog: 3.11.0...3.11.1