Markdown test
## h2!
[a link](https://example.com)
This footnote[^huh] is exciting?
[^huh]: Isn't it?
This footnote[^img] is exciting?
[^img]: yo!
```php
$a = 2;
echo "Yo"; //markdown?
```
```language-php
$a = 2;
echo "Yo"; //language markdown?
```
$a = 2; //class=php
and
PHP
$a = 2; //class=language-php
This is a
markdowntest| Reply to original comment on playbox.viii.fi