-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link not working within and after <ul> or <ol> tags #2103
Comments
TypeDoc resolved the link, but marked didn't render it, because markdown isn't allowed within block level html elements. This function should be producing typedoc/src/lib/output/themes/lib.tsx Line 137 in 8a3e195
|
Hey @chrisgdt is this issue still open to work on ? if yes than would love to work on it ! |
@KlausMikhaelson Yes of course, I opened it today ! I currently don't have the time to dive into the code and try to PR it myself. |
Can you assign me this issue, I would love to work on this. |
Hey @Yasir761 I already asked him and rn working on it, there should be other issues open as well would really appreciate if you can check them out. |
@KlausMikhaelson It's ok brother. |
Search terms
Indent by itemize or enumerate,
<ol>
<ul>
tags, link parsing into markdown and not HTML ref.Expected Behavior
Having {@link ...} tags working everywhere in the doc.
Actual Behavior
Inside
<ol>
tag, no link is working, not even after</ol>
. Everything is parsed into markdown so it's not working in the HTML code.Steps to reproduce the bug
Simply run
typedoc --out docs/ --tsconfig ./tsconfig.json ./test.ts
with :tsconfig.json
test.ts
The result is:
Notice that there is no warning Failed to resolve link [...].
Environment
The text was updated successfully, but these errors were encountered: