What's Changed
- Update docs for 4.5.0 by @ntno in #149
- fix typography syntax example by @ntno in #151
- Upgrade to terminal.css v0.7.5 by @ntno in #150
New CSS Var
added new var --code-font-color
to the root CSS configuration and set the default value to --font-color
Table Styling Change
after the header row, the leftmost column in a table will use regular font weight and regular font color instead of strong font weight and secondary font color
Before
Terminal for MkDocs 4.5.0 and below
![]() |
After
Terminal for MkDocs 4.6.0
![]() |
Full Changelog: 4.5.0...4.6.0