@@ -74,8 +74,9 @@ These are replaced by the use of directive options, which are:
74
74
The ` panel ` directive is replaced by the use of the top-level ` grid ` directive,
75
75
then using ` grid-item-card ` directive children, rather than delimiting cards by ` --- ` .
76
76
77
- If no card is needed, then the ` grid-item ` directive can be used instead
78
- and ` card ` can be also used independently of grids.
77
+ If no card is needed, then the ` grid-item ` directive can be used instead and ` card ` can be also used independently of grids.
78
+
79
+ Approximately, ` .. panels:: ` is equivalent to ` .. grid:: 1 2 2 2 ` with option ` :gutter: 2 ` .
79
80
80
81
### ` tabbed ` directive replaced
81
82
@@ -86,12 +87,21 @@ The `:sync:` option allows to synchronize tab selection across sets.
86
87
87
88
The ` tab-set-code ` directive provides a shorthand for synced code examples.
88
89
90
+ ### ` link-button ` directive replaced
91
+
92
+ The ` link-button ` directive is replaced by the use of ` button-ref ` /` button-link ` .
93
+
94
+ Directive options have also been added to replace the use of classes:
95
+
96
+ - ` stretched-link ` -> ` :click-parent: `
97
+ - ` btn-block ` -> ` :expand: `
98
+
89
99
### ` octicon ` icon role
90
100
91
101
The default SVGs produced are now sized relative to the surrounding text (i.e. using ` 1em ` ).
92
102
The syntax for specifying a custom size and adding classes is also changed.
93
103
94
- This is similar for favicon icons.
104
+ This is similar for favicon icons, where the ` , ` delimiter is also replaced by ` ; ` , e.g. `` :fa:`name,class` `` -> `` :fa:`name;class` `` .
95
105
96
106
### Improved CSS
97
107
0 commit comments