offline version of remark-latest

This commit is contained in:
Benjamin Sergeant 2019-03-28 16:06:43 -07:00
parent 44f817646e
commit f9de85c257
2 changed files with 21 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -238,7 +238,7 @@ If we want to write a report that extracts all the information about the FPS, ou
# IXWebSocket
- We open-sourced our C++ implementation (client + server + http client)
- We open-sourced our C++ implementation
- On [GitHub](https://github.com/machinezone/IXWebSocket) (star it !)
@ -1154,7 +1154,8 @@ The pubsub architecture has 3 components, publishers, broker and subscribers. In
awk '/^==/ { sum += $2} END { print sum/60 }' slides.html
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
<!-- <script src="https://remarkjs.com/downloads/remark-latest.min.js"> -->
<script src="remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();