You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the library, it's really helpful, one question though, and sorry that it's a beginner thing in JS, but how do you implement the link property correctly. Here is how my test looks like:
Actually what I'm trying to achieve is to have <a href="#1"> and <a href="#2"> and etc, but however I tried to manipulate the articleId, it doesn't work, even something like this:
<h2 id="But can why-questions ever get answered?"><a href="#But can why-questions ever get answered?">But can <em>why-questions </em>ever get answered?</a></h2>
Thanks in advance ...
PS. I setup the contents by npm and require it with window.contents = require('contents)'.
The text was updated successfully, but these errors were encountered:
Thanks for the library, it's really helpful, one question though, and sorry that it's a beginner thing in JS, but how do you implement the link property correctly. Here is how my test looks like:
Actually what I'm trying to achieve is to have
<a href="#1">
and<a href="#2">
and etc, but however I tried to manipulate the articleId, it doesn't work, even something like this:generates:
Thanks in advance ...
PS. I setup the contents by npm and require it with
window.contents = require('contents)'
.The text was updated successfully, but these errors were encountered: