diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-08-19 21:44:30 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-08-19 21:44:30 -0400 |
commit | 4f9918dd9d50474d1c0872abd65488813c43ee3c (patch) | |
tree | c3aaa44b997ee6111428da6102e8838fe0221303 /posts | |
parent | 5438b4758200f64a0a1d658444931aa05016bb37 (diff) |
Handle videos and source code highlighting in Markdown posts.
Diffstat (limited to 'posts')
-rw-r--r-- | posts/guile-2d-frp.md | 4 |
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). |