add directive(s) to support grids #342
Labels
enhancement
New feature or request
feat: upstream
a feature that exists upstream but is not well supported in sphinx-immaterial
In mkdocs-material v9.5.0, support for grids was introduced. While upstream requires a third-party mkdocs plugin (& raw HTML for
<div>
container), we could simply use a combination ofrst-class
andcontainer
directives.rST equivalent to material MD
It would nicer to have a directive that acts as syntactic sugar to automatically achieve this. For inspiration, sphinx-design has a
grid
andgrid-tem
directives, although they are a bit more deterministic than upstream's implementation.The text was updated successfully, but these errors were encountered: