Replies: 2 comments 1 reply
-
A yes, tags :) I don't use in the documents I need to export. I think tags shouldn't be rendered as links : it doesn't seem very logical to me that they should direct to a header that the same name in the best case, or nowhere if no such header exists. Thanks for reporting |
Beta Was this translation helpful? Give feedback.
0 replies
-
implemented in 53eee71 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tweaked your main.js because I found the tags put in the md file are converted to <a class="tag" target="_blank" and those links navigate to a little ugly.
I wrote a new function replaceInternalTagLinks(node) and put it after replaceInternalLinks(node)
If there is an anchor in the file named the same or has an id as the tag name it will navigate to there, if there is not it will do nothing.
it needs to be called here
I look forward to hearing your opinion. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions