bearblog
bearblog copied to clipboard
Inline PHP Highlighting
Feature request; inline PHP syntax highlighting.
If you want to highlight PHP code you need to add <?php
before the actual code.
Without <?php
:
With <?php
:
I just ran a test here You'll need to specify php
at the beginning of the code block for it to be recognised as php (if the <?php
isn't present).
```php
Flight::upsert([
...