You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are a few markdown additions and hints for GitHub Markdown.
Also check out this Gist for mor information about GitHub markdown.
Blockquotes
Badges
You can use these additional badges to give your makrdown more structure and statement. The badges are always 21px high and 100px wide. The SVG consists of the symbol and the text behind it. You can find the Octicon symbols here. The fontstack I used can be found here. The badges adapt to the selected theme.
Info Badge
> <picture>> <sourcemedia="(prefers-color-scheme: light)"srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/info.svg">> <imgalt="Info"src="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/info.svg">> </picture><br>>> Info
This is how you can add your own tooltips or hover texts. You can create a tooltip by using two ## instead of an actual link. For some reason, Markdown links that come directly after a bracket are sometimes invisible within a table. You can avoid this by linking directly to your file (For example insted of ## use README.md##). The goal is to have no click effect on the tooltips. They should only look like a link so that you can more easily find the tooltip.
Basic
[This is an example text that looks like a link, but nothing happens when you click on it.](##'And this is the hover text.')