Upgrade highlight.js

Major version bump for highlight.js. Update usage of deprecated function & some cleanups.
This commit is contained in:
David Baker 2021-10-18 19:32:20 +01:00
parent a2bc090607
commit 2b7ea16c2d
4 changed files with 54 additions and 30 deletions

View file

@ -500,12 +500,11 @@ $hover-select-border: 4px;
float: left;
margin: 0 0.5em 0 -1.5em;
color: gray;
}
.mx_EventTile_lineNumber {
text-align: right;
display: block;
padding-left: 1em;
& span {
text-align: right;
display: block;
padding-left: 1em;
}
}
.mx_EventTile_collapsedCodeBlock {