File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
javascripts/components/content/code/_
stylesheets/main/extensions/pymdownx Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ jinja2>=2.11.1
2323markdown >= 3.2
2424mkdocs >= 1.3.0
2525mkdocs-material-extensions >= 1.0.3
26- pygments >= 2.10 , < 2. 12
27- pymdown-extensions >= 9.0 , < 9. 4
26+ pygments >= 2.12
27+ pymdown-extensions >= 9.4
Original file line number Diff line number Diff line change @@ -179,8 +179,7 @@ export function mountCodeBlock(
179179
180180 /* Handle code annotations */
181181 const container = el . closest ( [
182- ":not(td):not(.code) > .highlight" ,
183- ".highlighttable"
182+ ":not(td):not(.code) > .highlight"
184183 ] . join ( ", " ) )
185184 if ( container instanceof HTMLElement ) {
186185 const list = findCandidateList ( container )
Original file line number Diff line number Diff line change 188188 // previous (now deprecated) SuperFences code block grouping behavior
189189 > pre :first-child ,
190190 > .highlight :first-child > pre :first-child ,
191- > .highlighttable :first-child {
191+ > .highlight :first-child > .highlighttable {
192192 margin : 0 ;
193193
194194 // Remove rounded borders
You can’t perform that action at this time.
0 commit comments