question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Links are not created as links

See original GitHub issue

When I use links in markdown with the syntax [description](url) I only get blue highlighted text in the pdf, but not the actual link.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:6
  • Comments:33 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
ghostcommented, Dec 26, 2015

As pointed out from @alanshaw its just a insane HTML5 Boildplate default for print styles. Just overwrite with your own CSS. For make any URL auto linked use linkable: true

abbr[title]:after,
a[href]:after {
    content: "";
}
.pipe(markdownpdf({
    cssPath:  'css/your-css-file.css',
    remarkable: {
        linkify: true,
    }
}))
1reaction
ankocommented, Oct 29, 2016

@Nikolay-Kha I think #66 is the issue you’re hitting. Intra-document links (like to #overview) are rendered as links, but not to the right place.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix broken links to data
In the Source file box, select the broken link that you want to fix. , and then click each link. Click Change Source....
Read more >
Links not clickable in iMessage app
Hi Team,. We are facing an issue with iMessage app on iOS versions greater than 10.2. Sometimes, URL links in received messages are...
Read more >
Why dynamic link created programmatically is not listed in " ...
This is an intended behavior. Short Dynamic Links created programmatically are designed to be shared peer to peer.
Read more >
Creating hyperlinks - Learn web development | MDN
For example, the BBC homepage contains many links that point not only to ... A basic link is created by wrapping the text...
Read more >
Link to a page - Looker Studio Help
Create links to pages in your report. ... page and paste it into a report's last page, the link won't do anything, since...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found