mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
replace deprecated hljs.highlightBlock calls, fix #2958
This commit is contained in:
parent
48024a1137
commit
c2fd760f8f
15 changed files with 106 additions and 8 deletions
8
dist/theme/night.css
vendored
8
dist/theme/night.css
vendored
|
|
@ -230,6 +230,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.reveal .code-wrapper {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.reveal .code-wrapper code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.reveal table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue