From f7984bf571c23f7e90c0125f352bf23a8ef69644 Mon Sep 17 00:00:00 2001 From: Dejan Simic Date: Tue, 21 Jan 2014 00:47:11 +0100 Subject: [PATCH] update demo --- demo.html | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/demo.html b/demo.html index 2c44b0f..c254d5d 100644 --- a/demo.html +++ b/demo.html @@ -5,12 +5,44 @@ + + -
- http://gogreece2014.com/wp-content/uploads/2013/09/mykonos8.jpg +

Given this code:

+
+$('.comment')
+  .simpleFormat()
+  .image({width: '500px'})
+  .youtube({width:500, height:400})
+  .link();
+
+ +

And this content of a div with class 'comment':

+
http://gogreece2014.com/wp-content/uploads/2013/09/mykonos8.jpg
+
+And you will go to Mykonos
+With a vision of a gentle coast
+And a sun to maybe dissipate
+Shadows of the mess you made
+
+http://www.youtube.com/watch?v=DT-dxG4WWf4
+
+ + +

This will be the output:

+ +
<p><img src="http://gogreece2014.com/wp-content/uploads/2013/09/mykonos8.jpg" alt="" width="500px"></p><p>And you will go to Mykonos<br>With a vision of a gentle coast<br>And a sun to maybe dissipate<br>Shadows of the mess you made</p><p><iframe class="youtube-player" type="text/html" width="500" height="400" src="http://www.youtube.com/embed/DT-dxG4WWf4" frameborder="0"></iframe>
+ +

And it will look like this:

+
http://gogreece2014.com/wp-content/uploads/2013/09/mykonos8.jpg - And you will go to Mykonos +And you will go to Mykonos With a vision of a gentle coast And a sun to maybe dissipate Shadows of the mess you made