Skip to content

Commit c8dbbe7

Browse files
committed
Fix docs
1 parent 73dd842 commit c8dbbe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ $codeBlock = EntityTools::markdownCodeblockEscape("<?php echo 'test with autoesc
8383

8484
$entities = Entities::fromMarkdown("This is _a ❤️ [nested]($link)_ `$code`
8585

86-
```php
86+
\```php
8787
$codeBlock
88-
```
88+
\```
8989

9090
$generic
9191
");

0 commit comments

Comments
 (0)