-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: Block API > Registration: switch markdown to a-tags #50110
Conversation
apologies for the misleading branch name. should be docs/update-block-registration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's give it a try. I wasn't aware that everything inside a div
needs to be HTML 😞
Thanks @gziolo, as mentioned, it's just a theory, I am testing :-) It also seems there is one test failing, but also that it might not be connected to my PR. When you get a minute, could you help me figure out what the next steps are to get this merged? |
The failing test was unrelated, so I pushed the changes using my extended permissions 😅 |
Thank you! 🤗 |
I see now that links are broken, so we probably need also to use full URLs here or tweak the processing for the handbook page that happens for the developer portal. |
I also found the links nor working. I try to figure out what the right link would be in this PR |
What?
fixes #50109
Why?
in
<div callouts>
Links need to be a-tags instead of MarkdownThat is only a theory, I am testing. I have not found any information in that regard in the documentation.
How?
switch markdown to a-tags