This commit is contained in:
Coby Chapple 2013-05-02 21:56:35 +01:00
parent f0fc262812
commit eaaba892a2
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ problems.
If your link has characters that need to be escaped, you need to use If your link has characters that need to be escaped, you need to use
this syntax: this syntax:
{% highlight markdown %} {% highlight text %}
![Alt text](http://yuml.me/diagram/class/[Project]->[Task]) ![Alt text](http://yuml.me/diagram/class/[Project]->[Task])
{% endhighlight %} {% endhighlight %}