When using markdown you can enter a space at the beginning to get a nice block around your text. The following without a space would present a link:
but the same syntax with a space in front removed the link and presents it as text instead.
[some link](http://www.someurl.com)
Is there a way to have a clickable link added inside the block instead of it showing the link as text? I'd like that 2nd example to be in the box, but presented like the first example where you see the link.