In skimming through the docs in the guide:
I noticed that they seem to be using VitePress specific custom containers for info/tip/warning/etc blocks:
That render fine on the website:
But aren't rendered properly when viewing that documentation on GitHub; eg.
It seems VitePress also supports GitHub flavoured alerts, that will render the same way, but will also work correctly when viewed on GitHub:
Fixing this up would improve the readability of this documentation when accessed directly from GitHub.
In skimming through the docs in the guide:
I noticed that they seem to be using VitePress specific custom containers for info/tip/warning/etc blocks:
That render fine on the website:
But aren't rendered properly when viewing that documentation on GitHub; eg.
It seems VitePress also supports GitHub flavoured alerts, that will render the same way, but will also work correctly when viewed on GitHub:
Fixing this up would improve the readability of this documentation when accessed directly from GitHub.