Skip to content

Instantly share code, notes, and snippets.

@Paulius-Maruska
Last active August 4, 2020 04:12
Show Gist options
  • Save Paulius-Maruska/b2a7523d8f4be5742b6fb967d5ed0085 to your computer and use it in GitHub Desktop.
Save Paulius-Maruska/b2a7523d8f4be5742b6fb967d5ed0085 to your computer and use it in GitHub Desktop.
Markdown HTML test

Test

Is it possible to have bootstrap style badges in github markdown?

Bootstrap has a style called badge, which is defined like this:

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

Is it possible to use this in style attribute of span element?

I guess we can't know unless we try it! EDIT: No we can't. :(

Is bootstrap supported by default?

We can try that as well. EDIT: No we can't. :(

Conclustion

Well, this was dissapointing... :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment