
flo-bit.dev
You can show youtube videos, link cards, excalidraw diagrams and github repos in your documentation.
Simply write a youtube url in your markdown like this (with nothing else on the same line):
https://www.youtube.com/watch?v=dQw4w9WgXcQ
Add any other url for a link card like this (again with nothing else on the same line):
https://flo-bit.dev
You can also show excalidraw diagrams, that will be rendered in the correct dark/light mode like this
(they must be in the src/assets
folder):
:excalidraw[$assets/excalidraw-demo.svg]
You can show a github repo card by just writing the url like this (again with nothing else on the same line):
https://github.com/flo-bit/svelte-openai-realtime-api
svelte component for using the openai realtime api