From eaaba892a2c28f1e5c7eac8854967e4a7253c32a Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Thu, 2 May 2013 21:56:35 +0100 Subject: [PATCH] derp --- site/_posts/2012-07-01-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-troubleshooting.md b/site/_posts/2012-07-01-troubleshooting.md index d1211fad..9b3fc593 100644 --- a/site/_posts/2012-07-01-troubleshooting.md +++ b/site/_posts/2012-07-01-troubleshooting.md @@ -90,7 +90,7 @@ problems. If your link has characters that need to be escaped, you need to use this syntax: -{% highlight markdown %} +{% highlight text %} ![Alt text](http://yuml.me/diagram/class/[Project]->[Task]) {% endhighlight %}