File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < title > Title</ title >
5+ < meta charset ="utf-8 ">
6+ < style >
7+ @import url (https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
8+ @import url (https://fonts.googleapis.com/css?family=Droid+Serif:400, 700 , 400italic );
9+ @import url (https://fonts.googleapis.com/css?family=Ubuntu+Mono:400, 700 , 400italic );
10+
11+ body { font-family : 'Droid Serif' ; }
12+ h1 , h2 , h3 {
13+ font-family : 'Yanone Kaffeesatz' ;
14+ font-weight : normal;
15+ }
16+ .remark-code , .remark-inline-code { font-family : 'Ubuntu Mono' ; }
17+ </ style >
18+ </ head >
19+ < body >
20+ < textarea id ="source ">
21+
22+ class: center, middle
23+
24+ # Title
25+
26+ ---
27+
28+ # Agenda
29+
30+ 1. Introduction
31+ 2. Deep-dive
32+ 3. ...
33+
34+ ---
35+
36+ # Introduction
37+
38+ </ textarea >
39+ < script src ="https://gnab.github.io/remark/downloads/remark-latest.min.js ">
40+ </ script >
41+ < script >
42+ var slideshow = remark . create ( ) ;
43+ </ script >
44+ </ body >
45+ </ html >
You can’t perform that action at this time.
0 commit comments