We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to get nicely right-aligned badges beside a heading, like this:
However, if I write this:
<div> <a href="https://github.com/tavianator/bfs/actions/workflows/ci.yml"> <img src="https://github.com/tavianator/bfs/actions/workflows/ci.yml/badge.svg" alt="CI Status" align="right"> </a> <h1><code>bfs</code></h1> </div>
it looks like this:
bfs
(screenshot, just in case)
I tried to tweak it by adding vspace="16" to the <img> tag, but the attribute seems to be stripped out:
vspace="16"
<img>
Not sure if GitHub is still using html-pipeline, but gjtorikian/html-pipeline#370 removes it from there.
html-pipeline
Various old pages (e.g. link, link) list vspace as a supported attribute. Can we bring it back?
vspace
The text was updated successfully, but these errors were encountered:
Stale issue message
Sorry, something went wrong.
No branches or pull requests
I'm trying to get nicely right-aligned badges beside a heading, like this:
However, if I write this:
it looks like this:
bfs
(screenshot, just in case)
I tried to tweak it by adding
vspace="16"
to the<img>
tag, but the attribute seems to be stripped out:bfs
Not sure if GitHub is still using
html-pipeline
, but gjtorikian/html-pipeline#370 removes it from there.Various old pages (e.g. link, link) list
vspace
as a supported attribute. Can we bring it back?The text was updated successfully, but these errors were encountered: