
0
Under review
Markdown highlighting issue with php code snippets
When editing a markdown document, if you use the following markdown you break the syntax highlighting for the rest of the document.
```php
<?php
// Some php code
```
If you remove the "<?php" from the code sample the issue goes away.
```php
<?php
// Some php code
```
If you remove the "<?php" from the code sample the issue goes away.
Customer support service by UserEcho
Replies 1