-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 741 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Customizing Vim: An Introduction To Your .vimrc</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="slides.css" /><link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/mermaid/6.0.0/mermaid.min.css" /></head>
<body>
<script src="remark.min.js"></script>
<script>
var slideshow = remark.create({
sourceUrl: "slides.md",
highlightLanguage: 'python',
highlightStyle: 'agate',
highlightLines: true,
ratio: '16:9',
countIncrementalSlides: false
});
</script>
</body>
</html>