tiny markup in markdown allows for easy client-side image-inverting
CSS:
img[src$='#pd-screenshot'] {
filter: invert();
mix-blend-mode: screen;
}
Markdown:
![alt]({static}/patches/demo.pd.png#pd-screenshot)
tiny markup in markdown allows for easy client-side image-inverting
CSS:
img[src$='#pd-screenshot'] {
filter: invert();
mix-blend-mode: screen;
}
Markdown:
![alt]({static}/patches/demo.pd.png#pd-screenshot)