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.

Question on type links

See original GitHub issue

I’m having a bit of trouble getting my @param, @return, etc tags to actually link to their respective types. Instead of a link, I get something that looks like [HexGrid](#HexGrid).

Should the linking work using es6 classes? I’m doing the following:

    /**
     * A grid of tiles serving as the main stage of the simulation
     * @type {HexGrid}
     */
    this.grid = grid;

Yet the link to HexGrid still appears as above. Does it matter that HexGrid has not been imported in this file?

Here is a link to some of the docs I’ve published for some more examples: http://cjsauer.github.io/genetic-sandbox/docs/#App

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cjsauercommented, Apr 26, 2016

Awesome. Looks as though I can use the markdown="1" attribute on the code tag to get kramdown rendering the links properly. I’ll give it a try this evening. Thanks for your help, as always!

Kramdown span tag reference: http://kramdown.gettalong.org/syntax.html#html-spans

Read more comments on GitHub >

github_iconTop Results From Across the Web

Question Types - Field Links - Youreka Knowledge Base
The Field Link is a special question type that allows you to map a question on a form to a field on an...
Read more >
Is there a question type for URLs (or links)? — XM Community
One of the questions in my survey asks the respondent to enter a URL (a link). Is there a question type for this?...
Read more >
33 Link Building Questions Answered [Interview] - Moz
I'll answer both questions here. I'm all for link diversity when it comes to backlinks to the domain. You should have links to...
Read more >
Preselect answers through typeform links (for advanced users)
In this example, we'll create links that prefill each of the question's answer options when clicked. 2. After you've set up any questions...
Read more >
Compile short list of links to model questions (by type)
An [original] problem was contributed from the poster's [research]. Persistent questioning, further analysis and encouragement in comments, ...
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