@@ -38,13 +38,13 @@ Get Started
3838
3939::::::
4040
41- Building upon sphinx- design
41+ Building upon sphinx{ design}
4242: [ sphinx-design] is a Sphinx extension for designing beautiful, screen-size
4343 responsive web-components. It is inspired by the [ Bootstrap] , [ Material Design] ,
44- and [ Material-UI] design frameworks, and is the foundation for all composite
45- elements in this collection.
44+ and [ Material-UI] design frameworks, and uses [ CSS Flexible Box Layout ] , commonly
45+ known as [ Flexbox ] . It is the foundation for all composite elements in this collection.
4646
47- Works with reStructuredText (rST) and Markedly Structured Text (MyST)
47+ Works with both reStructuredText (rST) and Markedly Structured Text (MyST)
4848: Either write documentation using the venerable [ reStructuredText] , or use the
4949 new extended [ Markdown] /[ CommonMark] syntax [ Markedly Structured Text] . Both
5050 are supported equally well.
@@ -108,11 +108,11 @@ HTML table based on a grid layout, with ergonomic top-down configuration.
108108Composite info card container element, to be used as a grid item.
109109:::
110110
111- :::{grid-item-card} {octicon}` plus-circle ` Special badges
111+ :::{grid-item-card} {octicon}` tag ` Special badges
112112:link : tag
113113:link-type: doc
114114
115- Special {bdg-primary} ` badges ` and other components.
115+ Special {tags} ` tag-like, badges` and other components.
116116:::
117117
118118::::
@@ -126,6 +126,8 @@ Kudos to [Chris Sewell] and all contributors for conceiving and maintaining
126126[ Bootstrap ] : https://getbootstrap.com/
127127[ Chris Sewell ] : https://github.com/chrisjsewell
128128[ CommonMark ] : https://spec.commonmark.org/
129+ [ CSS Flexible Box Layout ] : https://en.wikipedia.org/wiki/CSS_Flexible_Box_Layout
130+ [ Flexbox ] : https://www.w3.org/TR/css-flexbox-1/
129131[ Markdown ] : https://daringfireball.net/projects/markdown/syntax
130132[ Markedly Structured Text ] : https://myst-parser.readthedocs.io/
131133[ Material Design ] : https://material.io
0 commit comments