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.
0
Under review
Alexander Blach (Developer) 9 years ago
If you add "<?php" in a fenced code block, you also need to add "?>" to finish the php block. This is the same behavior as in Sublime Text and TextMate which use the same language grammars.
Customer support service by UserEcho