I’ve seen color formatting of PHP code blocks. How is that done? Mine are always grey, like this.
echo 'Boring grey code';
I’ve seen color formatting of PHP code blocks. How is that done? Mine are always grey, like this.
echo 'Boring grey code';
Nice! For anyone else, here it is…
Copy, paste BUT remove the space before the last three tickmarks.
```php
echo 'Colorful PHP code';