Hyperlinks in Lighthouse.
When creating a link I often times use this syntax "Linky":url .
This works when it is the first Link in the comment, but after adding a second link, I only see "Linky as the text.
The workaround is using [linky]( urly ).
This might be a bug, but could be a deprecated function as far as I can tell.
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by brandi on 01 Jun, 2013 11:41 PM
Hi Kenneth,
Can you send an example url?
Thanks,
Brandi
2 Posted by Kenneth Veldman on 03 Jun, 2013 07:04 AM
Hello Brandi,
Here is a link to the page:
https://gw20e.lighthouseapp.com/projects/106753-Resato-Webportaal/tickets/32-spike-htmlcss-grid-systeem-uitzoeken#ticket-32-5
It's the bottom comment for the example. Both words "demo" should be a link.
Kind regards,
Kenneth Veldman
3 Posted by Nicole on 03 Jun, 2013 02:16 PM
Kenneth -
We use Markdown for text editing. The format you have listed there isn't support by Markdown, as far as I can tell from http://daringfireball.net/projects/markdown/. If you do
An [example](http://url.com/ "Title")
you'll get the desired result. We will automatically renderhttp
links on their own, but I'm not really sure why you're getting the behavior you are now.Hope this helps.
Thanks,
Nicole
Nicole closed this discussion on 03 Jun, 2013 02:16 PM.