Paolo Portaluri

Results 25 comments of Paolo Portaluri

`[_example_](http://example.com)` works

But on Cupcake it worked :/

``` js window.markdown.toHTML('_[a](b)_', 'Tent'); ``` in Bungloo console correctly returns ``` html a ``` This very example worked, so the problem may be related to #256 .

Another test: it breaks with YouTube URLs ``` js window.markdown.toHTML('_[a](http://www.youtube.com/watch?v=0iyeUcFKRv4)_', 'Tent') ``` returns ``` html _[a](http://www.youtube.com/watch?v=0iyeUcFKRv4)_ ``` in Bungloo, but ``` html a ``` in Cupcake Maybe the version included...

The problem happens if there is a newline in the `[]`. No problem on Cupcake.

![schermata 2013-10-15 alle 14 07 09](https://f.cloud.github.com/assets/325193/1333315/62219ac6-3592-11e3-98d6-3cb59ad85058.png)

That's what I see: ![schermata 2013-10-14 alle 20 28 48](https://f.cloud.github.com/assets/325193/1328275/92dc7e04-34fe-11e3-8c84-16a012a17b65.png) I can push the code if you want

I left the font-weight as it is. In my screenshot I'm using the normal weight.

I know. It was just to keep track of the issue. (and make the counter higher :-P )

Don't you use GET /posts/:post_id/attachments/:name to get the image? Inviato da iPhone Il giorno 08/gen/2013, alle ore 21:46, Jeena Paradies [email protected] ha scritto: > Same thing happens on OS X...