Level 1
demo
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
demo
Testing ~~
Testing ``
This is test
code goes here
test code
For code, you can use
``` This ```
for inline code, you can use like this This
And for link, you can use
>HTTP://yourlink.com
test code:
<?php function blah();
some other test
<?PHP more code();
HELLO
class Controller extends BaseController
{
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
public function __construct()
{
//this is a comment
}
}
testing text.
The following should be in a code quote:
testing to see if this is a code quote
testing 2
how can I get the next block & this: "START QUOTE: function filterByAuthor($books, $author): array { $filteredBooks = [];
foreach ($books as $book) {
if ($book['author'] === $author) {
$filteredBooks[] = $book;
}
}
return $filteredBooks;
} END QUOTE"
together in 1 block quote? the following try still doesn't show a part of the code...
{
$filteredBooks = [];
foreach ($books as $book) {
if ($book['author'] === $author) {
$filteredBooks[] = $book;
}
}
return $filteredBooks;
}```
test
$result = $result->newQuery();
test
test
Test
test
test
yes sir
hi this is ~~~ test
test
Test
Please or to participate in this conversation.