Add ability to populate the content area in the page with a markdown file

This commit is contained in:
Gabe Kangas
2020-06-17 20:20:28 -07:00
parent 0cb2ab396c
commit b0a73a99b9
4 changed files with 27 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<link href="https://vjs.zencdn.net/7.8.2/video-js.css" rel="stylesheet">
<link href="https://unpkg.com/@videojs/themes@1/dist/fantasy/index.css" rel="stylesheet" />
<script src="//vjs.zencdn.net/7.8.2/video.js"></script>
<script src="//unpkg.com/showdown/dist/showdown.min.js"></script>
<script src="vendor/autolink.js"></script>
<link href="./styles/layout.css" rel="stylesheet" />
</head>