issues
search
ntno
/
mkdocs-terminal
monospace theme for MkDocs
https://ntno.github.io/mkdocs-terminal/
MIT License
119
stars
5
forks
source link
Breaking - Tile Grid interface update
#60
Closed
ntno
closed
1 year ago
ntno
commented
1 year ago
breaking change to tile grid interface
tile interface changes:
id
renamed to
tile_id
class
renamed to
tile_css
grid interface changes:
added
grid_id
to set id on the div containing the grid
added
grid_css
to add custom class to the div containing the grid
Description
updating tile attribute names to be more specific
updating tile attribute names to not conflict with reserved names 'class' and 'id'
adding
grid_id
and
grid_css
attributes to make style overriding/customization easier
Testing
added pytests
added new example to documentation
[x] This change adds test coverage for new/changed/fixed functionality
Checklist
[x] I have added documentation for new/changed functionality in this PR or in
mkdocs-terminal/documentation
[x] All active GitHub checks for tests, formatting, and security are passing
breaking change to tile grid interface
tile interface changes:
id
renamed totile_id
class
renamed totile_css
grid interface changes:
grid_id
to set id on the div containing the gridgrid_css
to add custom class to the div containing the gridDescription
grid_id
andgrid_css
attributes to make style overriding/customization easierTesting
Checklist