Need support markdown code with specified language on site
Markdown code block with specified language rendered with errors. Code looks like:
```php
public function behaviors() {
$behaviors = parent::behaviors();
return $behaviors;
}
public function getSavedImage() {
return $this->hasOne(Image::class, ['id' => 'image_id']);
}
\```
but it rendered like:

Parser couldn't recognize ```php syntax
can you show on which page this is happening?
@cebe please see https://www.yiiframework.com/extension/mubat/yii2-inherit-model-behavior
thanks for reporting.
seems this can be solved by updating the markdown library to 1.2.0 as it renders fine there, however the LaTeX component of it requires 1.0.
related to https://github.com/cebe/markdown-latex/issues/12
Also not work short syntax of code block in single line:
code here