docs.page
docs.page copied to clipboard
Add diff code support
Would be nice to have diff code support like this:
void main() {
- print("before");
+ print("after");
}
This would be helpful for migration guides. From what I understood, GitHub markdown supports it but without being able to set both the language highlighting AND the diff highlighting. Having both would be very nice 🔥
Hmm this should theoretically be supported already, since we use Shiki. Let me have a look.
Hmm this should theoretically be supported already, since we use Shiki. Let me have a look.
Do you have any updates on this? Still not working on our end