Paolo Portaluri
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.

That's what I see:  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...