goveal/examples/slides.md
Peter Kurfer bb66990c98
feat: added support for custom CSS, side menu plugin and a few more config options
- added support to add one or multiple CSS files as theme overrides
- added side menu plugin to control themes, transitions, switch to print view and so on
- added config options to set transition and navigation modes
2019-05-16 03:18:02 +02:00

594 B

Markdown Demo

External 1.1

Content 1.1

Note: This will only appear in the speaker notes window.


External 1.2

Content 1.2

===

External 2

Content 2.1

===

External 3.1

Content 3.1


External 3.2

Content 3.2


External 3.3

External Image

===

External 4.1

Local image


External 4.2

Google

===

Code

var i = 10;
for (var j = 0; j < i; j++) {
    Console.WriteLine($"{j}");
}