ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
337 stars 77 forks source link

Playbook Generation link shown w/ a smaller font #1384

Closed TamiTakamiya closed 2 weeks ago

TamiTakamiya commented 2 weeks ago

The Playook Generation link on Ansible content creator page is displayed with a smaller font compared to other links. It is because the link uses the vscode-link tag instead of the a tag. This PR is for replacing the vscode-link tag with an a tag and corresponding changes in a UI test case.