Page MenuHomePhorge

Support short language specifier in code blocks: ```php instead of ```lang=php
Closed, DuplicatePublic

Description

We should implement the defacto-standard way of specifying language in markup code blocks,
that is, like this:

```php

In addition to the way it works in Phorge currently:

```lang=php```

I proposed this upstream and Evan wasn't fond of it. Every popular markdown implementation that supports syntax highlighting seems to have settled on this shorter way of specifying the language. for convenience and compatibility we should support it in remarkup.