Question on type links
See original GitHub issueI’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:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Awesome. Looks as though I can use the
markdown="1"attribute on thecodetag 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
https://github.com/jsdoc2md/dmd/blob/master/partials/shared/value/link.hbs