You can also override CSS per paragraph if you feel like you really need to. Sometimes you do
You can add numbers to your slides
As well as a footer icon/image
And a footer proper.1
They are enabled until they are not. And you can re-enable them later, too.
And footnotes. I always forget the footnote syntax…
And obviously
I shrug a lot
squares = [x * x for x in range(1, 11)]
qsort [] = []
qsort (p:xs) = qsort (filter (< p) xs) ++ [p] ++ qsort (filter (>= p) xs)
std::vector<int> v = {4, 1, 3, 2};
std::sort(v.begin(), v.end(), [](int a, int b) { return a < b; });
I shrug a lot
You can add speaker notes
^ This would be a speaker note (any line starting with a hat)
You can see speaker notes in the exported slides, too
I shrug a lot
Images and fonts are inlined as data
URLs
security!
HTML+CSS+JS
or
HTML+CSS
only2I shrug a lot
HTML+CSS+JS
P
to open the presentation window ←
and →
on the presenter view to advanceI shrug a lot
I shrug a lot
If you have tried to open the speaker notes slide you'll see it