-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: add links to inline HTML table #21678
Conversation
Links in crypto.md table have been autolinking, but correct Markdown processing will not autolink in block elements like tables. Upcoming marked 0.4.0 will not autolink in this instance, so add the links as anchor elements.
Strange md-lint failure for a different doc. |
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
That md lint failure could happen if the linter is using a previous version of the prohibited-strings plugin. Not sure how/why that would happen. Let's try running a lite CI again: https://ci.nodejs.org/job/node-test-pull-request/15748/ EDIT: Oops, I accidentally did full CI rather than lite CI. ¯\(ツ)/¯ |
More on that lint failure: Something odd must have happened with the rebase or something because the job says it is for changes by me and Gus Caplan but this PR is only me. Might be a problem with the way the auto-start job works? @nodejs/build |
Links in crypto.md table have been autolinking, but correct Markdown processing will not autolink in block elements like tables. Upcoming marked 0.4.0 will not autolink in this instance, so add the links as anchor elements. PR-URL: nodejs#21678 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Landed in dd023df |
Links in crypto.md table have been autolinking, but correct Markdown processing will not autolink in block elements like tables. Upcoming marked 0.4.0 will not autolink in this instance, so add the links as anchor elements. PR-URL: #21678 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Links in crypto.md table have been autolinking, but correct
Markdown processing will not autolink in block elements like tables.
Upcoming marked 0.4.0 will not autolink in this instance, so add the
links as anchor elements.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes