summaryrefslogtreecommitdiff
path: root/posts/guile-2d-frp.md
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-08-19 21:44:30 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-08-19 21:44:30 -0400
commit4f9918dd9d50474d1c0872abd65488813c43ee3c (patch)
treec3aaa44b997ee6111428da6102e8838fe0221303 /posts/guile-2d-frp.md
parent5438b4758200f64a0a1d658444931aa05016bb37 (diff)
Handle videos and source code highlighting in Markdown posts.
Diffstat (limited to 'posts/guile-2d-frp.md')
-rw-r--r--posts/guile-2d-frp.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/posts/guile-2d-frp.md b/posts/guile-2d-frp.md
index 7dedbbb..1970e73 100644
--- a/posts/guile-2d-frp.md
+++ b/posts/guile-2d-frp.md
@@ -55,9 +55,7 @@ focus on more important things.
I think it’s helpful to see FRP in action to really appreciate the
magic. So, check out this screencast!
- <video src="/videos/guile-2d-frp-demo.webm"
- style="width:640px;height:360px;" controls>
- </video>
+![](/videos/guile-2d-frp-demo.webm)
To see all of the juicy implementation details, check out the
[git repository](https://gitorious.org/sly/sly/source/sly/signal.scm).