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.

Markdown links are being removed

See original GitHub issue

I recently upgraded from v0.3.12 to v0.3.33.

In one of the versions after v0.3.12 it has started removing the markdown links in my Type-Doc comments 😦

Input

interface Test {
    /**
     * Name of something.
     *
     * See [documentation][1] for more details.
     *
     * [1]: https://www.documentation.com
     */
    name?: string
}

Output (Unwanted removal of link markdown)

interface Test {
    /**
     * Name of something.
     *
     * See documentation for more details.
     */
    name?: string
}

The output should be retaining the markdown link.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
Dan503commented, Mar 30, 2022

This is a test link to test it works in GitHub

This is a [test link][1] to test it works in GitHub

[1]: https://www.google.com/
0reactions
hosseinmdcommented, Apr 1, 2022

Fixed v0.3.36

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I prevent auto-generated links in the GitHub wiki?
Original answer (2014): This isn't limited to wiki page, and is part of the GFM (GitHub Flavored Markdown) url autolinking feature.
Read more >
Markdown for url without hyperlink · Issue #9566 - GitHub
I would think there needs to be a way to remove the automatically generated hyperlinks, or have it documented if there is.
Read more >
Remove links (URLs) from markdown files? : r/shortcuts - Reddit
I'm trying to remove hyperlinks (i.e., URLs) from Markdown files formatted like this: (URL title here)[http://www.urlhere.com]. Does anyone ...
Read more >
Remove Markdown Links - Visual Studio Marketplace
Select the text from which all Markdown links should be removed and execute the Remove Markdown Links command via the command palette.
Read more >
When creating a link using Markdown syntax the protocol is ...
When creating a link using Markdown syntax the protocol is removed ... What happened: after the link has been created, selecting Edit Link…...
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