We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9337295 commit 610fd37Copy full SHA for 610fd37
example.md
@@ -59,7 +59,9 @@ layout: two-cols-header
59
60
::right::
61
62
-Lorem Lorem Lorem
+```javascript
63
+console.log("With some code");
64
+```
65
66
---
67
@@ -70,6 +72,12 @@ Bliblablub
70
72
71
73
74
75
+# Math
76
+
77
+$\sqrt{3x-1}+(1+x)^2$
78
79
+---
80
81
# Navigation
82
83
Hover on the bottom-left corner to see the navigation's controls panel
styles/layout.css
@@ -158,6 +158,10 @@ h6 {
158
margin: 0;
159
}
160
161
+.col-right pre:first-of-type, .col-left pre:first-of-type {
162
+ margin-top: 1rem;
163
+}
164
165
#slideshow > div {
166
background-image: url(./images/brand-aslant-light.svg), url(./images/divider-bottom.svg);
167
background-repeat: no-repeat;
0 commit comments