Disclaimer: Notice this is Work in Progress and might contain errors!
What you can Integrate:
- Markdown
- Badges
- Collapsible Content
- Html(limited)
- Images
- SVG
- Gifs
- Define Terminal Cmds
- Preview sytax highlighted Code
- Latex
<details>
<summary>Click me</summary>
### Heading
1. Foo
2. Bar
* Baz
* Qux
### Some Code
```js
function logSomething(something) {
console.log('Something', something);
}
```
</details>
Click me
- Foo
- Bar
- Baz
- Qux
function logSomething(something) {
console.log('Something', something);
}
- Have an empty line after the
</summary>
tag or markdown/code blocks will not render. - Have an empty line after each
</details>
tag if you have multiple collapsible sections.
Via MarkDown
[Description](URL/Link)
e.g.
[Youtube](https://youtube.com\) rendered: Youtube
Via HTML Youtube
tags that work
<a>
<img>
<h1>
<img>
tags that don't work
attributes that don't work
target="_blank"
Badges are adjustable Image Links(URLs) to an Online Third-Party Image Generator
URL Syntax/Structure:
https: //img.shields.io/badge/ leftText - rightText - rightBG ?style = btnDesign & logo = logoName & logoColor = HexColor & labelColor = HexColor
e.g.
https://img.shields.io/badge/Medium-black?style=for-the-badge&logo=medium&logoColor=red
! Dont stretch badges by setting width & height (doesnt look right) !